Skip to content
Snippets Groups Projects
Commit 6b3ec87e authored by Allen Gilliland's avatar Allen Gilliland
Browse files

Merge pull request #2488 from metabase/release-version-num

version number for v0.17.0 release.
parents 2c9c4333 88082c38
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/env bash
VERSION="v0.17.0-snapshot"
VERSION="v0.17.0"
# dynamically pull more interesting stuff from latest git commit
HASH=$(git show-ref --head --hash=7 head) # first 7 letters of hash should be enough; that's what GitHub uses
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment