From 4bf5d8c8853d94a6fbe4a3bc5b610a4b7712113f Mon Sep 17 00:00:00 2001
From: Tom Robinson <tlrobinson@gmail.com>
Date: Mon, 27 Jun 2016 17:55:43 -0700
Subject: [PATCH] v0.19.0-snapshot

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

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