diff options
author | Florian Zschocke <florian.zschocke@devolo.de> | 2017-01-02 15:47:32 +0100 |
---|---|---|
committer | Florian Zschocke <florian.zschocke@devolo.de> | 2017-01-02 15:47:32 +0100 |
commit | 80f29044535d7a862303fa6bb9d130ac4b106c07 (patch) | |
tree | 106c47f131f17167ed608b45dd086d15fc7ce44f | |
parent | 7fd5776cbb470530d6ae506265285e268bc844e5 (diff) | |
download | gitblit-80f29044535d7a862303fa6bb9d130ac4b106c07.tar.gz gitblit-80f29044535d7a862303fa6bb9d130ac4b106c07.zip |
Increase minor version number to 9
Bump version to 1.9.0-SNAPSHOT, increasing the minor as the next
release includes interface changes.
-rw-r--r-- | build.moxie | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.moxie b/build.moxie index 07208cc3..eb05e2c8 100644 --- a/build.moxie +++ b/build.moxie @@ -10,7 +10,7 @@ name: Gitblit description: pure Java Git solution groupId: com.gitblit artifactId: gitblit -version: 1.8.1-SNAPSHOT +version: 1.9.0-SNAPSHOT inceptionYear: 2011 # Current stable release |