Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dhaavi committed Oct 25, 2023
1 parent fe46ae8 commit beed574
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 @@ -24,7 +24,7 @@ import (

func main() {
// set information
info.Set("Portmaster", "1.5.1", "AGPLv3", true)
info.Set("Portmaster", "1.6.0", "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 @@ -83,7 +83,7 @@ func main() {
cobra.OnInitialize(initCobra)

// set meta info
info.Set("Portmaster Start", "1.0.13", "AGPLv3", false)
info.Set("Portmaster Start", "1.6.0", "AGPLv3", false)

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

0 comments on commit beed574

Please sign in to comment.