From 86d32bf35c17ae558305d7f0429c6f707e756ef0 Mon Sep 17 00:00:00 2001 From: Cam Saul <github@camsaul.com> Date: Fri, 20 Sep 2019 12:47:54 -0700 Subject: [PATCH] v0.33.3 --- bin/version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/version b/bin/version index 7d06bede3c0..d95adc18366 100755 --- a/bin/version +++ b/bin/version @@ -1,6 +1,6 @@ #!/usr/bin/env bash -VERSION="v0.33.2" +VERSION="v0.33.3" # 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 -- GitLab