Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Stevenson Jean-Pierre committed Mar 8, 2019
1 parent 2a7ea8e commit 373e43b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ var (
profileCommandRegex = regexp.MustCompile(`^profile`)
disconnectCommandRegex = regexp.MustCompile(`^disconnect`)
//Global Vars
cliVersion = "1.0.0"
cliVersion = "1.0.1"
resourcePath = path.Join(os.Getenv("HOME"), ".vpn_host_manager")
DEBUG = false
)
Expand Down

0 comments on commit 373e43b

Please sign in to comment.