From 2bec10176b39317d6b17448b7d666875abff00f9 Mon Sep 17 00:00:00 2001 From: tamerh Date: Tue, 3 Dec 2019 16:35:07 +0000 Subject: [PATCH] bump new version --- biobtree.go | 4 ++-- scripts/release.sh | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/biobtree.go b/biobtree.go index 8c1502c..83b61a5 100755 --- a/biobtree.go +++ b/biobtree.go @@ -20,8 +20,8 @@ import ( "github.com/urfave/cli" ) -const version = "1.3.0" -const versionTag = "v1.3.0" +const version = "1.4.0" +const versionTag = "v1.4.0" var config *configs.Conf diff --git a/scripts/release.sh b/scripts/release.sh index a03177a..29de93b 100755 --- a/scripts/release.sh +++ b/scripts/release.sh @@ -1,5 +1,7 @@ #!/bin/bash +set -e + cd .. if [[ "$OSTYPE" == "linux-gnu" ]]; then