Skip to content

Commit

Permalink
Bump version to 0.6.0
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitriy Pavlenko <[email protected]>
  • Loading branch information
dmitriypdv committed Mar 5, 2014
1 parent eeb4ae7 commit 37470fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ apply plugin: 'groovy'
apply plugin: 'idea'
apply plugin: 'signing'
group = 'com.sysgears.grain'
version = '0.6.0-SNAPSHOT'
version = '0.6.0'
defaultTasks 'build'

def mainClassName = 'com.sysgears.grain.Main'
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/application.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
grain.version=0.6.0-SNAPSHOT
grain.version=0.6.0

0 comments on commit 37470fd

Please sign in to comment.