Skip to content

profitware/lein-bump-version

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
This branch is 6 commits ahead of LonoCloud:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

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.

Releases

No releases published

Packages

No packages published

Languages

  • Clojure 100.0%