Skip to content

Commit

Permalink
bumping version string in buildinfo (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
sseago authored Dec 8, 2021
1 parent 6704b54 commit 81434e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/buildinfo/buildinfo.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
)

var (
Version string = "v0.0.2"
Version string = "v0.0.3"

CranelibVersion string = cranelibversion.Version
)

0 comments on commit 81434e5

Please sign in to comment.