From 5a3086d6024ec68a77b4e90308b8d0fa2b7fe825 Mon Sep 17 00:00:00 2001
From: Tom Robinson <tlrobinson@gmail.com>
Date: Mon, 1 Aug 2016 14:56:02 -0700
Subject: [PATCH] Change version to v0.20.0-snapshot

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

diff --git a/bin/version b/bin/version
index 74de086bb60..6c7568f06a9 100755
--- a/bin/version
+++ b/bin/version
@@ -1,6 +1,6 @@
 #!/usr/bin/env bash
 
-VERSION="v0.19.0-snapshot"
+VERSION="v0.20.0-snapshot"
 
 # 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