Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
jbeyerstedt committed May 12, 2022
1 parent 9053933 commit 42f2b2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mqtt-record/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import (
msgpack "github.com/vmihailenco/msgpack/v5"
)

const buildVersion string = "v2.0.0-alpha"
const buildVersion string = "v2.0.0"

// global variables
var file *os.File
Expand Down
2 changes: 1 addition & 1 deletion mqtt-replay/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import (
"golang.org/x/term"
)

const buildVersion string = "v2.0.0-alpha"
const buildVersion string = "v2.0.0"

// configuration values
const skipSeconds int = 5
Expand Down

0 comments on commit 42f2b2e

Please sign in to comment.