Default to using redstorm 0.7.2

This commit is contained in:
R. Tyler Croy 2015-08-14 17:07:42 -07:00
parent 6f0bd71f12
commit add7020757
No known key found for this signature in database
GPG Key ID: 1426C7DC3F51E16F
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ class JRubyStormExtension {
String defaultVersion = '0.9.2-incubating'
/** Default version of redstorm to use */
String defaultRedstormVersion = '0.7.1'
String defaultRedstormVersion = '0.7.2'
/** Set the Storm dependency version */
void defaultVersion(Object stormVersion) {