From 83936c114ea4fab9f80910239cc789040d141efb Mon Sep 17 00:00:00 2001 From: Thorsten Ball Date: Thu, 25 Jun 2015 06:57:52 +0200 Subject: [PATCH] Update version to 1.1.0 --- README.md | 2 +- main.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5b5ed32..d48fe4d 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ look and pay close attention to the bee's knees here: ## Installation -Current version: 1.0.2 +Current version: 1.1.0 ### Download the binaries diff --git a/main.go b/main.go index d7cc5e5..6eb59ef 100644 --- a/main.go +++ b/main.go @@ -11,7 +11,7 @@ import ( ) const ( - VERSION = "1.0.2" + VERSION = "1.1.0" defaultPlaceholder = "{{}}" )