From 4b6c1761f06ee00dc91a86802876b2ab59d0b5f4 Mon Sep 17 00:00:00 2001 From: Yvonnick Esnault Date: Wed, 13 Sep 2017 14:47:17 +0200 Subject: [PATCH] [auto] bump version to v0.14.0 --- venom.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/venom.go b/venom.go index b78f3a2a..80a43407 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.13.0" +const Version = "0.14.0" // PrintFunc used by venom to print output var PrintFunc = fmt.Printf