From 196c1f63d8ae423bb7ddd5504d1e54276bb895a7 Mon Sep 17 00:00:00 2001 From: Aiden Scandella <git@sca.ndella.com> Date: Mon, 17 Aug 2020 15:31:42 -0700 Subject: [PATCH] v0.36.4 --- bin/version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/version b/bin/version index a327c756e10..9c4074e12db 100755 --- a/bin/version +++ b/bin/version @@ -1,6 +1,6 @@ #!/usr/bin/env bash -VERSION="v0.36.3" +VERSION="v0.36.4" # 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