Update the version to accomodate a minor release with 9.0.5.0

This commit is contained in:
R. Tyler Croy 2016-02-03 05:27:06 -08:00
parent 346f092a04
commit a595080dfd
No known key found for this signature in database
GPG Key ID: 1426C7DC3F51E16F
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ buildscript {
apply plugin: 'idea'
group = 'com.github.jruby-gradle'
version = '1.2.0'
version = '1.2.1'
defaultTasks 'check', 'assemble'
if (!releaseBuild) {