Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
brentp committed Nov 29, 2022
1 parent 11fbe54 commit 55522d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vcfanno.go
Expand Up @@ -26,7 +26,7 @@ import (
"github.com/brentp/xopen"
)

var VERSION = "0.3.4"
const VERSION = "0.3.5"

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

0 comments on commit 55522d1

Please sign in to comment.