Skip to content

Commit 612c9e0

Browse files
committed
version: release go-ethereum v1.15.3 stable
1 parent 756310f commit 612c9e0

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

0 commit comments

Comments
 (0)