diff --git a/bin/version b/bin/version index a3bcbaf939105d9673de101fef82f35354dfb8e6..803a73ea3b2108bccf82216c7cddedb2f4dab7f2 100755 --- a/bin/version +++ b/bin/version @@ -1,6 +1,6 @@ #!/usr/bin/env bash -VERSION="v0.32.7" +VERSION="v0.32.8" # 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