diff --git a/bin/version b/bin/version index 8e37d5b1c50814649ade87895a5292f8d4f5d264..418cc01c932486d882a5f6f7f963dceb1a702ec7 100755 --- a/bin/version +++ b/bin/version @@ -1,6 +1,6 @@ #!/usr/bin/env bash -VERSION="v0.32.5" +VERSION="v0.32.6" # 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