Skip to content

Commit 8f9e251

Browse files
committed
bump version
1 parent bd1b91f commit 8f9e251

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ when appropriate, the output files are bgzipped and indexed for ease of use.
2525
## usage
2626

2727
```
28-
mosdepth 0.3.6
28+
mosdepth 0.3.9
2929
3030
Usage: mosdepth [options] <prefix> <BAM-or-CRAM>
3131

mosdepth.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -794,7 +794,7 @@ when(isMainModule):
794794
when not defined(release) and not defined(lto):
795795
stderr.write_line "[mosdepth] WARNING: built in debug mode; will be slow"
796796

797-
let version = "mosdepth 0.3.8"
797+
let version = "mosdepth 0.3.9"
798798
let env_fasta = getEnv("REF_PATH")
799799
var doc = format("""
800800
$version

0 commit comments

Comments
 (0)