https://github.com/etcd-io/etcd
Raw File
Tip revision: 99dcc8c3220d487e1d325ae1a041007260009c73 authored by Brandon Philips on 02 June 2014, 22:25:03 UTC
chore(server): bump back to 0.4.2
Tip revision: 99dcc8c
release-version
#!/bin/sh

VER=$(git describe --tags HEAD)

cat <<EOF
package server
const ReleaseVersion = "$VER"
EOF
back to top