Skip to content

Commit

Permalink
Bump start version
Browse files Browse the repository at this point in the history
  • Loading branch information
dhaavi committed Oct 12, 2021
1 parent 3dcc5c1 commit d0c1010
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmds/portmaster-start/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ func main() {
cobra.OnInitialize(initCobra)

// set meta info
info.Set("Portmaster Start", "0.5.7", "AGPLv3", false)
info.Set("Portmaster Start", "0.7.0", "AGPLv3", false)

// catch interrupt for clean shutdown
signalCh := make(chan os.Signal, 2)
Expand Down

0 comments on commit d0c1010

Please sign in to comment.