Let's call this 0.2.0

This commit is contained in:
R. Tyler Croy 2015-03-22 11:11:03 -07:00
parent f053d9b68c
commit 81d15d53ec
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.8'
version = '0.2.0'
mainClassName = 'com.github.lookout.verspaetung.Main'
defaultTasks 'clean', 'check'
sourceCompatibility = '1.7'