Minor version change to test auto-release

This commit is contained in:
R. Tyler Croy 2015-08-14 20:58:35 -07:00
parent 5f03c5982d
commit 06c6863a3c
No known key found for this signature in database
GPG Key ID: 1426C7DC3F51E16F
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ apply plugin: 'maven'
apply plugin: 'codenarc'
apply from: 'gradle/releasing.gradle'
version = '0.1.0'
version = '0.1.1'
group = 'com.github.jrubygradle'
description = 'A library for managing Ruby gems'
defaultTasks 'check', 'assemble'