mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
Merge pull request #60 from philips/const-the-versions
fix(version): make the version numbers const
This commit is contained in:
commit
7c6d383227
@ -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