From 5f9efafaefa286cb585e1227b0059ebab6eb65a5 Mon Sep 17 00:00:00 2001 From: Simon Harrer Date: Mon, 4 May 2020 07:51:30 +0200 Subject: [PATCH] Release v0.0.14 --- mob.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mob.go b/mob.go index c5c75ff0..2695c329 100644 --- a/mob.go +++ b/mob.go @@ -10,7 +10,7 @@ import ( "time" ) -const versionNumber = "0.0.14-dev" +const versionNumber = "0.0.14" var wipBranch = "mob-session" // override with MOB_WIP_BRANCH environment variable var baseBranch = "master" // override with MOB_BASE_BRANCH environment variable