Skip to content

Commit

Permalink
v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
brentp committed Feb 17, 2017
1 parent ad3cbab commit db733d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/release-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ test -e ssshtest || wget -q https://raw.githubusercontent.com/ryanlayer/ssshtest

set -o nounset

BASE=/media/brentp/transcend/gemini_install/data/gemini_data/
BASE=/data/gemini_install/data/gemini_data/

V=vcfanno

Expand Down
2 changes: 1 addition & 1 deletion vcfanno.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import (
"github.com/brentp/xopen"
)

var VERSION = "0.1.1-rc2"
var VERSION = "0.1.1"

func envGet(name string, vdefault int) int {
sval := os.Getenv(name)
Expand Down

0 comments on commit db733d2

Please sign in to comment.