https://github.com/alecaivazis/bump
A utility to bump package versions regardless of the project's language
https://github.com/alecaivazis/bump
Last synced: 4 months ago
JSON representation
A utility to bump package versions regardless of the project's language
- Host: GitHub
- URL: https://github.com/alecaivazis/bump
- Owner: AlecAivazis
- Created: 2019-02-01T04:57:01.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-04T00:35:50.000Z (over 6 years ago)
- Last Synced: 2025-01-11T17:47:42.912Z (5 months ago)
- Language: Rust
- Size: 23.4 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bump
A utility to manage package versions regardless of the primary language for the project.```bash
$ bump major|minor|patch
```## Installing
`bump` is available from cargo:
```bash
$ cargo install bump
```Or you can grab it from the release page