Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
brentp committed Aug 27, 2024
1 parent bd1b91f commit 8f9e251
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ when appropriate, the output files are bgzipped and indexed for ease of use.
## usage

```
mosdepth 0.3.6
mosdepth 0.3.9
Usage: mosdepth [options] <prefix> <BAM-or-CRAM>
Expand Down
2 changes: 1 addition & 1 deletion mosdepth.nim
Original file line number Diff line number Diff line change
Expand Up @@ -794,7 +794,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.8"
let version = "mosdepth 0.3.9"
let env_fasta = getEnv("REF_PATH")
var doc = format("""
$version
Expand Down

0 comments on commit 8f9e251

Please sign in to comment.