diff --git a/bin/version b/bin/version index 9ce215d62b5cf549a650f5309c9c8735e198ad48..3de00516178f8a9729577de17148accafb5fb21e 100755 --- a/bin/version +++ b/bin/version @@ -1,6 +1,6 @@ #!/usr/bin/env bash -VERSION="v0.34.1" +VERSION="v0.34.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