Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dhaavi committed Feb 14, 2022
1 parent c8c4ece commit 0bd3467
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 ( //nolint:gci,nolintlint

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

// set meta info
info.Set("Portmaster Start", "0.8.0", "AGPLv3", false)
info.Set("Portmaster Start", "0.8.1", "AGPLv3", false)

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

0 comments on commit 0bd3467

Please sign in to comment.