From ba7be097be2aa45541f80e10c923392d715740f2 Mon Sep 17 00:00:00 2001 From: Cam Saul <github@camsaul.com> Date: Mon, 26 Oct 2020 22:26:33 -0700 Subject: [PATCH] v0.37.0.2 --- bin/version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/version b/bin/version index f9acd83c481..cb1ee17a443 100755 --- a/bin/version +++ b/bin/version @@ -1,6 +1,6 @@ #!/usr/bin/env bash -VERSION='v1.37.0.2' +VERSION='v0.37.0.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 -- GitLab