diff --git a/bin/version b/bin/version index 1a028a10e9ef236959cd6ced2ba101fada0ebcd1..4d1b9d6a3c3355980158c56cf0fdd39b5de208c5 100755 --- a/bin/version +++ b/bin/version @@ -1,6 +1,6 @@ #!/usr/bin/env bash -VERSION="v0.22.0" +VERSION="v0.23.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