We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acf7d3e commit 06a4b8dCopy full SHA for 06a4b8d
mosdepth.nim
@@ -847,7 +847,7 @@ when(isMainModule):
847
when not defined(release) and not defined(lto):
848
stderr.write_line "[mosdepth] WARNING: built in debug mode; will be slow"
849
850
- let version = "mosdepth 0.3.11"
+ let version = "mosdepth 0.3.12"
851
let env_fasta = getEnv("REF_PATH")
852
var doc = format("""
853
$version
mosdepth.nimble
@@ -1,6 +1,6 @@
1
# Package
2
3
-version = "0.3.11"
+version = "0.3.12"
4
author = "Brent Pedersen"
5
description = "fast depth"
6
license = "MIT"
0 commit comments