From 670347e0576f170ca9732d5571d36cbbc15c168c Mon Sep 17 00:00:00 2001 From: Jordan Wright Date: Fri, 18 Nov 2016 22:17:26 -0600 Subject: [PATCH] Bumping version number to 0.3-dev --- config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.go b/config/config.go index 71db24d7..401dcd79 100644 --- a/config/config.go +++ b/config/config.go @@ -34,7 +34,7 @@ type Config struct { var Conf Config // Version contains the current gophish version -var Version = "0.2alpha" +var Version = "0.3-dev" func init() { // Get the config file