Skip to content

Commit

Permalink
update changes with vcfgo change
Browse files Browse the repository at this point in the history
  • Loading branch information
brentp committed Oct 29, 2018
1 parent bcace9e commit c2c6bf8
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
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
v0.3.1 (dev)
------
+ allow empty description in VCF header (sigven/pcgr#49)

v0.3.0
------
+ support for NON_REF to match any ALT allele (#92)
Expand Down
2 changes: 1 addition & 1 deletion vcfanno.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import (
"github.com/brentp/xopen"
)

var VERSION = "0.3.0"
var VERSION = "0.3.1"

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

0 comments on commit c2c6bf8

Please sign in to comment.