We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f3bb3a8 + e3d3d1a commit 49d74f3Copy full SHA for 49d74f3
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 2.4.0
+current_version = 2.5.0
3
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-(?P<release>\w+))?
4
commit = True
5
tag = False
Makefile
@@ -1,7 +1,7 @@
-MODEL_GENERATOR_VERSION=4.6.0
+MODEL_GENERATOR_VERSION=4.7.0
modelgenerator=bin/modelgenerator-$(MODEL_GENERATOR_VERSION).jar
-MINCER_VERSION=2.2.0
+MINCER_VERSION=2.3.0
mincer=bin/mincer-$(MINCER_VERSION).jar
6
7
# Available flavors for data
VERSION
@@ -1 +1 @@
-2.4.0
+2.5.0
0 commit comments