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