An open API service indexing awesome lists of open source software.

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

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