Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdee committed Oct 17, 2020
1 parent c379384 commit 39636ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,10 @@ import (
)

// ReleaseVersion is the release version for the code.
var ReleaseVersion = "0.9.0-prerelease"
var ReleaseVersion = "0.9.0"

// BuildVersion is the build version for the code.
var BuildVersion = uint64(1)
var BuildVersion = uint64(2)

func main() {
ctx, cancel := context.WithCancel(context.Background())
Expand Down

0 comments on commit 39636ca

Please sign in to comment.