diff --git a/bin/version b/bin/version index ab165a0cf1a36c68618b5e02018b8b90a362e179..ec26e64ca4640c1208962d96a1bc0d11525c5f12 100755 --- a/bin/version +++ b/bin/version @@ -1,6 +1,6 @@ #!/usr/bin/env bash -VERSION="v0.35.0-rc2" +VERSION="v0.35.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