Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dhaavi committed May 2, 2020
1 parent ef2c906 commit 25f36be
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 @@ -15,6 +15,6 @@ import (
)

func main() {
info.Set("Portmaster", "0.4.1", "AGPLv3", true)
info.Set("Portmaster", "0.4.2", "AGPLv3", true)
os.Exit(run.Run())
}
2 changes: 1 addition & 1 deletion pmctl/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ func init() {

func main() {
// set meta info
info.Set("Portmaster Control", "0.3.0", "AGPLv3", true)
info.Set("Portmaster Control", "0.3.1", "AGPLv3", true)

// for debugging
// log.Start()
Expand Down

0 comments on commit 25f36be

Please sign in to comment.