diff --git a/bin/version b/bin/version index 58a93fb98b6f0fc5e789e88c5c78686e6cd9f81d..ec38c6d9397a382ff3162667cea5daab3ca19908 100755 --- a/bin/version +++ b/bin/version @@ -1,6 +1,6 @@ #!/usr/bin/env bash -VERSION="v0.29.2" +VERSION="v0.29.3" # 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