From 5177260b503ca296e5257f7bebfcf88208dfc796 Mon Sep 17 00:00:00 2001
From: Allen Gilliland <agilliland@gmail.com>
Date: Mon, 2 May 2016 16:06:41 -0700
Subject: [PATCH] bump version.

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

diff --git a/bin/version b/bin/version
index 2f59efbcdcf..7df6921e5a3 100755
--- a/bin/version
+++ b/bin/version
@@ -1,6 +1,6 @@
 #!/usr/bin/env bash
 
-VERSION="v0.17.0-snapshot"
+VERSION="v0.18.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