Skip to content

Commit b027a90

Browse files
committedFeb 13, 2025·
version: release go-ethereum v1.15.1 stable
1 parent 913fee4 commit b027a90

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 = 15 // Minor version component of the current release
22-
Patch = 1 // 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 = 15 // Minor version component of the current release
22+
Patch = 1 // Patch version component of the current release
23+
Meta = "stable" // Version metadata to append to the version string
2424
)

0 commit comments

Comments
 (0)
Please sign in to comment.