Skip to content

Commit

Permalink
Bump versions and update portbase
Browse files Browse the repository at this point in the history
  • Loading branch information
dhaavi committed May 18, 2021
1 parent 275c426 commit 82a7350
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.13", "AGPLv3", true)
info.Set("Portmaster", "0.6.14", "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.5.3", "AGPLv3", false)
info.Set("Portmaster Start", "0.5.4", "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.2
github.com/safing/portbase v0.10.3
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 @@ -276,6 +276,8 @@ github.com/safing/portbase v0.10.1 h1:opZdY+9jT5H190NdHi43npE7o/ocvPBDQrmSrZJROR
github.com/safing/portbase v0.10.1/go.mod h1:Xb0htNFFEb6BlkloWyVbQoUguUMGrTVmEDwwpAAMS5g=
github.com/safing/portbase v0.10.2 h1:fEY6LEP3q1jAqwOayJioquMWlEWS32PGKvWbGRG9gxU=
github.com/safing/portbase v0.10.2/go.mod h1:Xb0htNFFEb6BlkloWyVbQoUguUMGrTVmEDwwpAAMS5g=
github.com/safing/portbase v0.10.3 h1:IT74lU6PFjAFShzZnPg5A2vHRynlqYd7fTztIHvFm/Y=
github.com/safing/portbase v0.10.3/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 82a7350

Please sign in to comment.