2
0
mirror of https://github.com/etcd-io/etcd.git synced 2024-09-27 06:25:44 +00:00
etcd/scripts/release-version.ps1
rwindelz 04ad7a91dd fix (scripts/release-version.ps1): fix windows build
fix reflects changes made in commit
7670c85d70
2014-01-01 21:16:40 -08:00

7 lines
84 B
PowerShell

$VER=(git describe --tags HEAD)
@"
package server
const ReleaseVersion = "$VER"
"@