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