diff --git a/bin/version b/bin/version index 016c7d9b6bc71c43aa12fb9e4d18be4c94f1bd32..aa97490e03a8c5e395fc40901d99fe812929133a 100755 --- a/bin/version +++ b/bin/version @@ -1,6 +1,6 @@ #!/usr/bin/env bash -VERSION="v0.24.1-snapshot" +VERSION="v0.24.1" # 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