#semver #version #semantic #versioning

app ver

Edit and compare semantic version numbers

1 unstable release

Uses old Rust 2015

0.1.0 Feb 20, 2016

#74 in #versioning

MIT license

5KB
95 lines

Build Status Crates.io

ver

Edit and compare semantic version numbers.

Usage

Usage: ver [OPTIONS] VERSION [VERSION]
Edit and compare semantic version numbers.

Options:
    -1, --major         Increment the major version number.
    -2, --minor         Increment the minor version number.
    -3, --patch         Increment the patch version number.
    -e, --equal-to      Confirm VERSION is equal to VERSION.
    -g, --greater-than  Confirm VERSION is greater than VERSION.
    -h, --help          Displays this help mssage.
    -l, --less-than     Confirm VERSION is less than VERSION.
    -v, --version       Displays the version of this program.

Installation

Install using Cargo.

cargo install ver

License

Released under the MIT license.

Dependencies

~710KB
~14K SLoC