Skip to content

Commit

Permalink
release 0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kimchy committed Oct 27, 2010
1 parent 6008049 commit 5c2e4d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ss");
sdf.setTimeZone(TimeZone.getTimeZone("UTC"));
buildTimeStr = sdf.format(buildTime)

versionNumber = '0.12.1-SNAPSHOT'
versionNumber = '0.12.1'

explodedDistDir = new File(distsDir, 'exploded')
explodedDistLibDir = new File(explodedDistDir, 'lib')
Expand Down

0 comments on commit 5c2e4d6

Please sign in to comment.