version/version.go — Version Comparison
|
v1.16.8 |
v1.17.3 |
| Branch |
etc/v1.16.8-full-node |
etc/v1.17.3-full-node |
| Delta |
+4 -4 |
+4 -4 |
ETC delta on v1.16.8 (+4 -4)
diff --git a/version/version.go b/version/version.go
index dd944470e..612712a5c 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 = 16 // Minor version component of the current release
- Patch = 8 // 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 = 16 // Minor version component of the current release
+ Patch = 8 // Patch version component of the current release
+ Meta = "etc" // Version metadata to append to the version string
)
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
)
← Back to Version Comparison