mirror of
https://github.com/gophish/gophish
synced 2024-11-15 00:37:14 +00:00
Bumping version number to 0.3-dev
This commit is contained in:
parent
b10ac627af
commit
670347e057
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue