Skip to content

Commit 2169e05

Browse files
authored
Merge pull request algorand#2451 from Algo-devops-service/relstable2.7.1-remerge
go-algorand relstable2.7.1-remerge
2 parents 6dbfd3c + e4c7ecb commit 2169e05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const VersionMajor = 2
3333

3434
// VersionMinor is the Minor semantic version number (x.#.z) - changed when backwards-compatible features are introduced.
3535
// Not enforced until after initial public release (x > 0).
36-
const VersionMinor = 7
36+
const VersionMinor = 8
3737

3838
// Version is the type holding our full version information.
3939
type Version struct {

0 commit comments

Comments
 (0)