Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dhaavi committed May 22, 2019
1 parent fb4fb20 commit 1962333
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ func init() {
func main() {

// Set Info
info.Set("Portmaster", "0.2.4", "AGPLv3", true)
info.Set("Portmaster", "0.2.5", "AGPLv3", true)

// Start
err := modules.Start()
Expand Down
2 changes: 1 addition & 1 deletion pmctl/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ func main() {
// }()

// set meta info
info.Set("Portmaster Control", "0.1.2", "AGPLv3", true)
info.Set("Portmaster Control", "0.1.3", "AGPLv3", true)

// check if meta info is ok
err := info.CheckVersion()
Expand Down

0 comments on commit 1962333

Please sign in to comment.