From f270fde24ca7caa33f0f5f712d0ff17a40dc3171 Mon Sep 17 00:00:00 2001
From: Tom Robinson <tlrobinson@gmail.com>
Date: Wed, 25 Mar 2020 10:07:18 -0700
Subject: [PATCH] v0.35.0-rc2

---
 bin/version | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/version b/bin/version
index 7c25551d0c2..ab165a0cf1a 100755
--- a/bin/version
+++ b/bin/version
@@ -1,6 +1,6 @@
 #!/usr/bin/env bash
 
-VERSION="v0.35.0-rc1"
+VERSION="v0.35.0-rc2"
 
 # 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