Skip to content

Commit

Permalink
fix changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
shenwei356 committed Jun 3, 2024
1 parent 9f5cc1a commit 1d9d733
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,7 +1,7 @@
# Changelog

- v0.2.2
- fix a concurrency bug when using multiple aligner.
- fix a concurrency bug when using multiple aligners.
- v0.2.1
- fix missing of bounds checking in adaptive reduction.
- v0.2.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.2.0"
var version = "0.2.2"

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

0 comments on commit 1d9d733

Please sign in to comment.