mirror of https://github.com/gophish/gophish
Bumped the version to 0.3 in preparation for the new binaries to be released.
parent
d67dcc889a
commit
2514bccb05
|
@ -35,7 +35,7 @@ type Config struct {
|
||||||
var Conf Config
|
var Conf Config
|
||||||
|
|
||||||
// Version contains the current gophish version
|
// Version contains the current gophish version
|
||||||
var Version = "0.3-dev"
|
var Version = "0.3"
|
||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
// Get the config file
|
// Get the config file
|
||||||
|
|
Loading…
Reference in New Issue