diff --git a/venom.go b/venom.go index 1952f459..ba1a0519 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.15.0" +const Version = "0.16.0" // PrintFunc used by venom to print output var PrintFunc = fmt.Printf