Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dhaavi committed Jun 7, 2021
1 parent 29ca669 commit 0c5ac8b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 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.15", "AGPLv3", true)
info.Set("Portmaster", "0.6.16", "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.4", "AGPLv3", false)
info.Set("Portmaster Start", "0.5.5", "AGPLv3", false)

// catch interrupt for clean shutdown
signalCh := make(chan os.Signal, 2)
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ require (
github.com/miekg/dns v1.1.40
github.com/oschwald/maxminddb-golang v1.8.0
github.com/safing/jess v0.2.1 // indirect
github.com/safing/portbase v0.10.4
github.com/safing/portbase v0.11.0
github.com/safing/spn v0.2.5
github.com/satori/go.uuid v1.2.0 // indirect
github.com/shirou/gopsutil v3.21.4+incompatible
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,8 @@ github.com/safing/portbase v0.10.3 h1:IT74lU6PFjAFShzZnPg5A2vHRynlqYd7fTztIHvFm/
github.com/safing/portbase v0.10.3/go.mod h1:Xb0htNFFEb6BlkloWyVbQoUguUMGrTVmEDwwpAAMS5g=
github.com/safing/portbase v0.10.4 h1:1j3rq5+h6XAQA+raaquhwi320bdpURFcLv9wX2zdUq8=
github.com/safing/portbase v0.10.4/go.mod h1:Xb0htNFFEb6BlkloWyVbQoUguUMGrTVmEDwwpAAMS5g=
github.com/safing/portbase v0.11.0 h1:POouPUkS6TOFENmWEl5FZBhqGj9CIpW9GaXRQJLbac0=
github.com/safing/portbase v0.11.0/go.mod h1:Xb0htNFFEb6BlkloWyVbQoUguUMGrTVmEDwwpAAMS5g=
github.com/safing/portmaster v0.6.13/go.mod h1:7Ux+qkINlWF3a1YKFWudA6uUrA+i4ik16JwYMmqTzGs=
github.com/safing/spn v0.2.4 h1:V2XPMTQkHo7xwH89Kfx+65cFWgXAz/jCeCXcweEJuLQ=
github.com/safing/spn v0.2.4/go.mod h1:ZA6za4rEP46GiVKJGZsQyqoqMvPhtF913mg5JtJl3Sc=
Expand Down

0 comments on commit 0c5ac8b

Please sign in to comment.