From b31049fd46a41ce09e8456ce34b5749e59ff294c Mon Sep 17 00:00:00 2001 From: Aiden Scandella <git@sca.ndella.com> Date: Tue, 21 Jul 2020 12:12:11 -0700 Subject: [PATCH] v0.36.0 --- bin/version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/version b/bin/version index b08a6e0657a..5b1f44382c8 100755 --- a/bin/version +++ b/bin/version @@ -1,6 +1,6 @@ #!/usr/bin/env bash -VERSION="v0.36.0-snapshot" +VERSION="v0.36.0" # 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