Skip to content

Commit

Permalink
Bump core version
Browse files Browse the repository at this point in the history
  • Loading branch information
dhaavi committed Feb 24, 2022
1 parent 7d27653 commit c8e6703
Showing 1 changed file with 1 addition and 1 deletion.
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.3", "AGPLv3", true)
info.Set("Portmaster", "0.8.4", "AGPLv3", true)

// Configure metrics.
_ = metrics.SetNamespace("portmaster")
Expand Down

0 comments on commit c8e6703

Please sign in to comment.