# документация https://github.com/vojtajina/grunt-bump
$ grunt bump:patch
>> Version bumped to 0.0.3
>> Committed as "Release v0.0.3">> Tagged as "v0.0.3">> Pushed to origin
$ grunt bump:minor
>> Version bumped to 0.1.0
>> Committed as "Release v0.1.0">> Tagged as "v0.1.0">> Pushed to origin
$ grunt bump:major
>> Version bumped to 1.0.0
>> Committed as "Release v1.0.0">> Tagged as "v1.0.0">> Pushed to origin
# для установки версии вручную
$ grunt bump --setversion=2.0.1
>> Version bumped to 2.0.1
>> Committed as "Release v2.0.1">> Tagged as "v2.0.1">> Pushed to origin