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