Skip to content

Commit

Permalink
Bump core version and update portbase version
Browse files Browse the repository at this point in the history
  • Loading branch information
dhaavi committed Apr 3, 2021
1 parent 9b22e5c commit 2564c7b
Show file tree
Hide file tree
Showing 3 changed files with 4 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.8", "AGPLv3", true)
info.Set("Portmaster", "0.6.9", "AGPLv3", true)

// Configure metrics.
metrics.SetNamespace("portmaster")
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,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.9.5
github.com/safing/portbase v0.9.6
github.com/safing/spn v0.2.4
github.com/satori/go.uuid v1.2.0 // indirect
github.com/shirou/gopsutil v3.21.2+incompatible
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -608,6 +608,8 @@ github.com/safing/portbase v0.9.4 h1:Wj/OW3CDZqII/AHQlHNrndPg/FvPhCb2iKYy53bwk0g
github.com/safing/portbase v0.9.4/go.mod h1:kAs2qQQvFqwuFeJEb8XlQL7flpSXNeW5oqWIn5iVym0=
github.com/safing/portbase v0.9.5 h1:JZd+BOSdKLILYjCdQd8/vD9qQUgRgR9AGaCGIgvBayI=
github.com/safing/portbase v0.9.5/go.mod h1:02OrHUf5bDkpYG3noX8TRtKNTwaJeg4RVyZ6SFOmhcA=
github.com/safing/portbase v0.9.6 h1:SATa0CJk/giijsS0PimWeCarWwxRfuy753W19QdN1V4=
github.com/safing/portbase v0.9.6/go.mod h1:02OrHUf5bDkpYG3noX8TRtKNTwaJeg4RVyZ6SFOmhcA=
github.com/safing/spn v0.2.4 h1:V2XPMTQkHo7xwH89Kfx+65cFWgXAz/jCeCXcweEJuLQ=
github.com/safing/spn v0.2.4/go.mod h1:ZA6za4rEP46GiVKJGZsQyqoqMvPhtF913mg5JtJl3Sc=
github.com/satori/go.uuid v1.2.0 h1:0uYX9dsZ2yD7q2RtLRtPSdGDWzjeM3TbMJP9utgA0ww=
Expand Down

0 comments on commit 2564c7b

Please sign in to comment.