diff --git a/bin/version b/bin/version index 3929dd5096cf9eb0aef55a390cd07d566fa4bc7e..2338ca7a21b17ae36a5b779fecfc78c68b27973e 100755 --- a/bin/version +++ b/bin/version @@ -1,6 +1,6 @@ #!/usr/bin/env bash -VERSION="v0.32.3" +VERSION="v0.32.4" # 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