Skip to content

Commit

Permalink
manually bump version to 3.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
skandragon committed Aug 29, 2022
1 parent 6857115 commit 607e37b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/agent/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ import (

var (
versionBuild = -1
version = util.Versions{Major: 3, Minor: 4, Patch: 0, Build: versionBuild}
version = util.Versions{Major: 3, Minor: 3, Patch: 2, Build: versionBuild}

tickTime = flag.Int("tickTime", 30, "Time between sending Ping messages")
caCertFile = flag.String("caCertFile", "/app/config/ca.pem", "The file containing the CA certificate we will use to verify the controller's cert")
Expand Down
2 changes: 1 addition & 1 deletion app/controller/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ import (

var (
versionBuild = -1
version = util.Versions{Major: 3, Minor: 4, Patch: 0, Build: versionBuild}
version = util.Versions{Major: 3, Minor: 3, Patch: 2, Build: versionBuild}

configFile = flag.String("configFile", "/app/config/config.yaml", "The file with the controller config")
//debug = flag.Bool("debug", false, "enable debugging")
Expand Down

0 comments on commit 607e37b

Please sign in to comment.