mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
fix(version): make the version numbers const
simple fix, thanks to @fmilo in #coreos
This commit is contained in:
parent
bbdc80274a
commit
ab9c0448c9
@ -4,5 +4,5 @@ VER=$(git describe --tags HEAD)
|
||||
|
||||
cat <<EOF
|
||||
package main
|
||||
var releaseVersion = "$VER"
|
||||
const releaseVersion = "$VER"
|
||||
EOF
|
||||
|
@ -1,3 +1,3 @@
|
||||
package main
|
||||
|
||||
var version = "v1"
|
||||
const version = "v1"
|
||||
|
Loading…
x
Reference in New Issue
Block a user