version/version.go — Version Comparison
|
v1.17.3 |
v1.17.4 |
| Branch |
etc/v1.17.3-full-node |
etc/v1.17.4-full-node |
| Delta |
+4 -4 |
+4 -4 |
ETC delta on v1.17.3 (+4 -4)
diff --git a/version/version.go b/version/version.go
index 4b64b58bb..272ca91cf 100644
--- a/version/version.go
+++ b/version/version.go
@@ -17,8 +17,8 @@
package version
const (
- Major = 1 // Major version component of the current release
- Minor = 17 // Minor version component of the current release
- Patch = 3 // Patch version component of the current release
- Meta = "stable" // Version metadata to append to the version string
+ Major = 1 // Major version component of the current release
+ Minor = 17 // Minor version component of the current release
+ Patch = 3 // Patch version component of the current release
+ Meta = "etc" // Version metadata to append to the version string
)
ETC delta on v1.17.4 (+4 -4)
diff --git a/version/version.go b/version/version.go
index 5523503a7..aa63a9de1 100644
--- a/version/version.go
+++ b/version/version.go
@@ -17,8 +17,8 @@
package version
const (
- Major = 1 // Major version component of the current release
- Minor = 17 // Minor version component of the current release
- Patch = 4 // Patch version component of the current release
- Meta = "stable" // Version metadata to append to the version string
+ Major = 1 // Major version component of the current release
+ Minor = 17 // Minor version component of the current release
+ Patch = 4 // Patch version component of the current release
+ Meta = "etc" // Version metadata to append to the version string
)
← Back to Version Comparison