Skip to content

Commit

Permalink
bump version for #123 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
brentp committed Sep 19, 2022
1 parent 7d712fd commit de4d75e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,10 @@ require (
github.com/brentp/bix v0.0.0-20190718140914-00aa7a7f205d
github.com/brentp/goluaez v0.0.0-20160116211227-dd35d08e32e7
github.com/brentp/irelate v0.0.1
github.com/brentp/vcfgo v0.0.0-20190824021612-654ed2e5945d
github.com/brentp/vcfgo v0.0.0-20220919165057-adf3b5d20c55
github.com/brentp/xopen v0.0.0-20181116180855-111b45cadc7d
github.com/pkg/errors v0.9.1 // indirect
github.com/yuin/gluare v0.0.0-20170607022532-d7c94f1a80ed // indirect
github.com/yuin/gopher-lua v0.0.0-20210529063254-f4c35e4016d9 // indirect
golang.org/x/tools v0.1.5 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
)
2 changes: 1 addition & 1 deletion vcfanno.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import (
"github.com/brentp/xopen"
)

var VERSION = "0.3.3"
var VERSION = "0.3.4"

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

0 comments on commit de4d75e

Please sign in to comment.