Skip to content

Commit

Permalink
version bump v0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bbengfort committed Jun 13, 2023
1 parent 9f17cc2 commit e2d9ead
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions version.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ import "fmt"
const (
VersionMajor = 0
VersionMinor = 7
VersionPatch = 0
VersionPatch = 1
VersionReleaseLevel = "beta"
VersionReleaseNumber = 5
VersionReleaseNumber = 6
)

// Set the GitVersion via -ldflags="-X 'github.com/rotationalio/go-ensign.GitVersion=$(git rev-parse --short HEAD)'"
Expand Down

0 comments on commit e2d9ead

Please sign in to comment.