Skip to content

Commit

Permalink
bump to v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
darcys22 committed Jun 5, 2021
1 parent 9620f33 commit a4d8783
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions godbledger/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ import (

const (
VersionMajor = 0 // Major version component of the current release
VersionMinor = 5 // Minor version component of the current release
VersionPatch = 13 // Patch version component of the current release
VersionMinor = 6 // Minor version component of the current release
VersionPatch = 0 // Patch version component of the current release
VersionMeta = "alpha" // Version metadata to append to the version string
)

Expand Down

0 comments on commit a4d8783

Please sign in to comment.