chore: bump version to scroll-v5.9.1

This commit is contained in:
Péter Garamvölgyi 2025-08-07 17:01:57 +02:00
parent 78411f75c1
commit 2ebcd8a20f
No known key found for this signature in database
GPG key ID: 7FC8D069F7199070

View file

@ -24,7 +24,7 @@ import (
const (
VersionMajor = 5 // Major version component of the current release
VersionMinor = 9 // Minor version component of the current release
VersionPatch = 0 // Patch version component of the current release
VersionPatch = 1 // Patch version component of the current release
VersionMeta = "mainnet" // Version metadata to append to the version string
)