Skip to content

Commit

Permalink
bump CSIP version, again
Browse files Browse the repository at this point in the history
  • Loading branch information
rschwarz committed May 17, 2018
1 parent 8810e18 commit b0a3cec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/csip_version.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# required version and utilities in a single location
CSIP_VERSION = "0.5.1"
CSIP_VERSION = "0.5.2"

function vn2int(vn::VersionNumber)
100*vn.major + 10*vn.minor + vn.patch
Expand Down

0 comments on commit b0a3cec

Please sign in to comment.