open-vault/vendor/cloud.google.com/go/internal/version/update_version.sh
Jeff Mitchell 563f80d39f Bump deps
2017-04-17 11:17:06 -04:00

7 lines
113 B
Bash
Executable file

#!/bin/bash
today=$(date +%Y%m%d)
sed -i -r -e 's/const Repo = "([0-9]{8})"/const Repo = "'$today'"/' $GOFILE