Skip to content

Commit afb1e21

Browse files
authored
Merge pull request #35 from darcys22/Release030
Bump version to 0.3.0
2 parents 58852a5 + cc1f317 commit afb1e21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

godbledger/version/version.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ import (
2222

2323
const (
2424
VersionMajor = 0 // Major version component of the current release
25-
VersionMinor = 2 // Minor version component of the current release
26-
VersionPatch = 1 // Patch version component of the current release
25+
VersionMinor = 3 // Minor version component of the current release
26+
VersionPatch = 0 // Patch version component of the current release
2727
VersionMeta = "alpha" // Version metadata to append to the version string
2828
)
2929

0 commit comments

Comments
 (0)