diff --git a/bin/version b/bin/version index a401846442db98c1582b95058760201af494baba..7e48a25994eaef6b81703067bd8ed5dec7a2c71e 100755 --- a/bin/version +++ b/bin/version @@ -1,6 +1,6 @@ #!/usr/bin/env bash -VERSION="v0.24.0" +VERSION="v0.24.2" # 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