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.
1 parent 1cfc475 commit 185c64fCopy full SHA for 185c64f
build.gradle
@@ -5,7 +5,7 @@ apply plugin: 'groovy'
5
apply plugin: 'idea'
6
apply plugin: 'signing'
7
group = 'com.sysgears.grain'
8
-version = '0.6.3-SNAPSHOT'
+version = '0.7.0-SNAPSHOT'
9
defaultTasks 'build'
10
11
def mainClassName = 'com.sysgears.grain.Main'
src/main/resources/application.properties
@@ -1 +1 @@
1
-grain.version=0.6.3-SNAPSHOT
+grain.version=0.7.0-SNAPSHOT
0 commit comments