Bump versions

This commit is contained in:
R. Tyler Croy 2015-01-28 03:17:46 -08:00
parent 8995351bba
commit 5b086f670e
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ apply plugin: 'application'
group = "com.github.lookout"
description = "A utility for monitoring the delay of Kafka consumers"
version = '0.1.3'
version = '0.1.4'
mainClassName = 'com.github.lookout.verspaetung.Main'
defaultTasks 'clean', 'check'
sourceCompatibility = '1.7'