1
0
Fork 0

Bump the version to 8

master
Philip O'Toole 1 year ago
parent f1c16124b0
commit 84b78482b9

@ -3,7 +3,7 @@ package cmd
// These variables are populated via the Go linker.
var (
// Version of rqlite.
Version = "7"
Version = "8"
// Commit this code was built at.
Commit = "unknown"

@ -36,7 +36,7 @@ upload_asset () {
if [ $# -lt 1 ]; then
echo "$0 <version> [release_id api_token]"
echo "Example: $0 v6.9.2 4284284 w40987joiudfigouuysdfgu_d"
echo "Example: $0 v8.9.2 4284284 w40987joiudfigouuysdfgu_d"
exit 1
fi

Loading…
Cancel
Save