diff --git a/bin/version b/bin/version index a327c756e1074d7fd1aa987755c1ee478a26f944..9c4074e12db66a69f70027004462a65c7ae37660 100755 --- a/bin/version +++ b/bin/version @@ -1,6 +1,6 @@ #!/usr/bin/env bash -VERSION="v0.36.3" +VERSION="v0.36.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