Raw File
#!/bin/sh

VER=$(git describe --tags HEAD)

cat <<EOF
package main
const releaseVersion = "$VER"
EOF
back to top