Skip to content

Commit f2d6648

Browse files
new version v2.8.2-testnet
1 parent b7bedbe commit f2d6648

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ package version
1919
const (
2020
Major = 2 // Major version component of the current release
2121
Minor = 8 // Minor version component of the current release
22-
Patch = 0 // Patch version component of the current release
22+
Patch = 2 // Patch version component of the current release
2323
Meta = "testnet" // Version metadata to append to the version string
2424
)

0 commit comments

Comments
 (0)