Skip to content

Commit

Permalink
v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
shenwei356 committed Oct 18, 2024
1 parent b4fef9c commit 25a8d89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

- v0.4.0
- v0.3.1
- use a more efficient data structure to store cigar operations.
- slight speed improvement.
- v0.3.0
Expand Down
2 changes: 1 addition & 1 deletion wfa-go/wfa-go.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import (
"github.com/shenwei356/wfa"
)

var version = "0.4.0"
var version = "0.3.1"

func main() {
app := filepath.Base(os.Args[0])
Expand Down

0 comments on commit 25a8d89

Please sign in to comment.