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 49d74f3 + b6de9d8 commit bec991dCopy full SHA for bec991d
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 2.5.0
+current_version = 2.6.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.7.0
+MODEL_GENERATOR_VERSION=4.8.0
modelgenerator=bin/modelgenerator-$(MODEL_GENERATOR_VERSION).jar
-MINCER_VERSION=2.3.0
+MINCER_VERSION=2.4.0
mincer=bin/mincer-$(MINCER_VERSION).jar
6
7
# Available flavors for data
VERSION
@@ -1 +1 @@
-2.5.0
+2.6.0
0 commit comments