#!/bin/sh # This bash script outputs the current, desired content of version.go, using # git describe. For best effect, pipe this to the target file. Generally, this # only needs to updated for releases. The actual value of will be replaced # during build time if the makefile is used. set -e cat <