Bump version to 6.1.3-SNAPSHOT for development.

This commit is contained in:
wizjany 2016-06-11 12:38:45 -04:00
parent 8b842e3a0d
commit 4ab38e5b89

View File

@ -1,7 +1,7 @@
apply plugin: 'eclipse'
apply plugin: 'idea'
project.version = '6.1.2'
project.version = '6.1.3-SNAPSHOT'
ext.internalVersion = project.version + ";" + gitCommitHash
sourceCompatibility = 1.7