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 82ee04e commit 829383fCopy full SHA for 829383f
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.1'
+version = '0.6.2'
9
defaultTasks 'build'
10
11
def mainClassName = 'com.sysgears.grain.Main'
src/main/resources/application.properties
@@ -1 +1 @@
1
-grain.version=0.6.1
+grain.version=0.6.2
0 commit comments