From b0481a41c568e7e1f68fcb98e20a4f451569ed48 Mon Sep 17 00:00:00 2001 From: Yvonnick Esnault Date: Tue, 8 Aug 2017 15:43:50 +0200 Subject: [PATCH] [auto] bump version to v0.12.0 --- venom.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/venom.go b/venom.go index d9adbf5f..43fb0019 100644 --- a/venom.go +++ b/venom.go @@ -17,7 +17,7 @@ import ( // Version of Venom // One Line for this, used by release.sh script // Keep "const Version on one line" -const Version = "0.11.0" +const Version = "0.12.0" // PrintFunc used by venom to print output var PrintFunc = fmt.Printf