Liking cljdoc? Tell your friends :D

lein-bump-version

Clojars Project

A Leiningen plugin to bump project version and project group dependencies to the same version.

Usage

In :plugins in your project.clj:

[lein-bump-version "0.1.6"]

Bump version for project and all dependencies of the project group:

$ lein bump-version 0.3.2

To increment the PATCH version of the project you may simply use:

$ lein bump-version

You may also use the plugin to update dependencies by their group:

$ lein bump-version 0.1.7 project.clj lein-bump-version

See your project.clj file update.

License

Copyright © 2015 ViaSat

Copyright © 2018 Sergey Sobko

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.

Can you improve this documentation? These fine people already did:
Sergey Sobko & Michael Drogalis
Edit on GitHub

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close