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