bumpversion

Version-bump your software with a single command

Install

All systems
curl cmd.cat/bumpversion.sh
Debian Debian
apt-get install bumpversion
Ubuntu
apt-get install bumpversion
image/svg+xml Kali Linux
apt-get install bumpversion
Fedora
dnf install bumpversion
Windows (WSL2)
sudo apt-get update sudo apt-get install bumpversion
Raspbian
apt-get install bumpversion

bumpversion

Version-bump your software with a single command

A small command line tool to simplify releasing software by updating all version strings in your source code by the correct increment. Also creates commits and tags: * version formats are highly configurable * works without any VCS, but happily reads tag information from and writes commits and tags to Git and Mercurial if available * just handles text files, so it's not specific to any programming language