From cd88fcea19ec2f2383206a910e2ba8d44619e71f Mon Sep 17 00:00:00 2001
From: Sameer Al-Sakran <sameer@expa.com>
Date: Thu, 10 May 2018 17:34:20 -0700
Subject: [PATCH] bump [ci skip]

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

diff --git a/bin/version b/bin/version
index 358f1cdb739..58a93fb98b6 100755
--- a/bin/version
+++ b/bin/version
@@ -1,6 +1,6 @@
 #!/usr/bin/env bash
 
-VERSION="v0.29.1"
+VERSION="v0.29.2"
 
 # 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