Bump minor version for the addition of named streams to the DSL

This commit is contained in:
R. Tyler Croy 2015-08-28 09:18:23 -07:00
parent 954211ee86
commit 5f104fd8c8
No known key found for this signature in database
GPG Key ID: 1426C7DC3F51E16F
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ apply plugin: 'java'
apply plugin: 'com.github.jruby-gradle.jar'
apply plugin: 'com.jfrog.bintray'
version = '0.7.4'
version = '0.8.0'
group = 'com.github.jruby-gradle'
description = "RedStorm integrates Ruby code via JRuby into the Storm distributed computation system"
defaultTasks 'check', 'assemble'