From 2514bccb05417ef0426ff0320f9105788a00b9d7 Mon Sep 17 00:00:00 2001 From: Jordan Wright Date: Wed, 1 Mar 2017 20:12:32 -0600 Subject: [PATCH] Bumped the version to 0.3 in preparation for the new binaries to be released. --- config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.go b/config/config.go index 74588b9f..fda5ad5e 100644 --- a/config/config.go +++ b/config/config.go @@ -35,7 +35,7 @@ type Config struct { var Conf Config // Version contains the current gophish version -var Version = "0.3-dev" +var Version = "0.3" func init() { // Get the config file