Skip to content

Commit 293d77f

Browse files
committed
bump to v0.7.8
1 parent e0a9d58 commit 293d77f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

godbledger/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import (
2323
const (
2424
VersionMajor = 0 // Major version component of the current release
2525
VersionMinor = 7 // Minor version component of the current release
26-
VersionPatch = 6 // Patch version component of the current release
26+
VersionPatch = 8 // 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)