Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
brentp committed Jul 10, 2017
1 parent 56d1335 commit 3b57f81
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions docs/CHANGES.md
@@ -1,3 +1,7 @@
v0.2.8
------
+ fix fo #71 for out of bounds warning followed by panic.

v0.2.7
------
+ restore multiple threads per annotation file after fix in biogo/hts (#64)
Expand Down
2 changes: 1 addition & 1 deletion vcfanno.go
Expand Up @@ -25,7 +25,7 @@ import (
"github.com/brentp/xopen"
)

var VERSION = "0.2.8-alpha"
var VERSION = "0.2.8"

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

0 comments on commit 3b57f81

Please sign in to comment.