Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
dhaavi committed Jun 24, 2021
1 parent 0ab7253 commit e7946e5
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 @@ -19,7 +19,7 @@ import (

func main() {
// set information
info.Set("Portmaster", "0.6.17-beta", "AGPLv3", true)
info.Set("Portmaster", "0.6.18", "AGPLv3", true)

// Configure metrics.
metrics.SetNamespace("portmaster")
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 @@ -81,7 +81,7 @@ func main() {
cobra.OnInitialize(initCobra)

// set meta info
info.Set("Portmaster Start", "0.5.5", "AGPLv3", false)
info.Set("Portmaster Start", "0.5.6", "AGPLv3", false)

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

0 comments on commit e7946e5

Please sign in to comment.