Skip to content

Commit 293a300

Browse files
committed
version: go-ethereum v1.14.12 stable
1 parent f3c19b1 commit 293a300

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

version/version.go

+4-4
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
package version
1818

1919
const (
20-
Major = 1 // Major version component of the current release
21-
Minor = 14 // Minor version component of the current release
22-
Patch = 12 // Patch version component of the current release
23-
Meta = "unstable" // Version metadata to append to the version string
20+
Major = 1 // Major version component of the current release
21+
Minor = 14 // Minor version component of the current release
22+
Patch = 12 // Patch version component of the current release
23+
Meta = "stable" // Version metadata to append to the version string
2424
)

0 commit comments

Comments
 (0)