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