Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dhaavi committed Oct 11, 2022
1 parent 0fc90e6 commit 7cff7df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmds/portmaster-core/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import (

func main() {
// set information
info.Set("Portmaster", "0.9.9", "AGPLv3", true)
info.Set("Portmaster", "0.9.10", "AGPLv3", true)

// Set default log level.
log.SetLogLevel(log.WarningLevel)
Expand Down
2 changes: 1 addition & 1 deletion cmds/portmaster-start/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ func main() {
cobra.OnInitialize(initCobra)

// set meta info
info.Set("Portmaster Start", "0.9.8", "AGPLv3", false)
info.Set("Portmaster Start", "0.9.10", "AGPLv3", false)

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

0 comments on commit 7cff7df

Please sign in to comment.