Skip to content

Commit

Permalink
bump new version
Browse files Browse the repository at this point in the history
  • Loading branch information
tamerh committed Dec 3, 2019
1 parent 1ffe813 commit 2bec101
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions biobtree.go
Expand Up @@ -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

Expand Down
2 changes: 2 additions & 0 deletions scripts/release.sh
@@ -1,5 +1,7 @@
#!/bin/bash

set -e

cd ..

if [[ "$OSTYPE" == "linux-gnu" ]]; then
Expand Down

0 comments on commit 2bec101

Please sign in to comment.