Upgrade the default redstorm version

This commit is contained in:
R. Tyler Croy 2015-09-11 11:19:36 -07:00
parent 16a7f0886b
commit 790772a8f7
No known key found for this signature in database
GPG Key ID: 1426C7DC3F51E16F
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ apply plugin: 'com.jfrog.bintray'
apply from: 'gradle/integration-test.gradle'
group = 'com.github.jruby-gradle'
version = '0.4.0'
version = '0.4.1'
defaultTasks 'check', 'assemble'
// Any time we're not expicitly saying "build me a release build" we'll change

View File

@ -12,7 +12,7 @@ class JRubyStormExtension {
@Incubating
/** Default version of redstorm to use */
String defaultRedstormVersion = '0.9.0'
String defaultRedstormVersion = '0.9.1'
/** Set the Storm dependency version */
void defaultVersion(Object stormVersion) {