|
|
@ -20,5 +20,5 @@ const ( |
|
|
|
Major = 1 // Major version component of the current release
|
|
|
|
Major = 1 // Major version component of the current release
|
|
|
|
Minor = 14 // Minor version component of the current release
|
|
|
|
Minor = 14 // Minor version component of the current release
|
|
|
|
Patch = 13 // Patch version component of the current release
|
|
|
|
Patch = 13 // Patch version component of the current release
|
|
|
|
Meta = "ustable" // Version metadata to append to the version string
|
|
|
|
Meta = "unstable" // Version metadata to append to the version string
|
|
|
|
) |
|
|
|
) |
|
|
|