Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
update binary to fix #224 by building with htslib v1.19.1
  • Loading branch information
brentp committed Mar 20, 2024
1 parent 5fcd103 commit 71e5fd2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mosdepth.nim
Original file line number Diff line number Diff line change
Expand Up @@ -782,7 +782,7 @@ when(isMainModule):
when not defined(release) and not defined(lto):
stderr.write_line "[mosdepth] WARNING: built in debug mode; will be slow"

let version = "mosdepth 0.3.6"
let version = "mosdepth 0.3.7"
let env_fasta = getEnv("REF_PATH")
var doc = format("""
$version
Expand Down
2 changes: 1 addition & 1 deletion mosdepth.nimble
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Package

version = "0.3.6"
version = "0.3.7"
author = "Brent Pedersen"
description = "fast depth"
license = "MIT"
Expand Down

0 comments on commit 71e5fd2

Please sign in to comment.