Skip to content

Commit 06a4b8d

Browse files
committed
bump version
1 parent acf7d3e commit 06a4b8d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mosdepth.nim

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

850-
let version = "mosdepth 0.3.11"
850+
let version = "mosdepth 0.3.12"
851851
let env_fasta = getEnv("REF_PATH")
852852
var doc = format("""
853853
$version

mosdepth.nimble

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Package
22

3-
version = "0.3.11"
3+
version = "0.3.12"
44
author = "Brent Pedersen"
55
description = "fast depth"
66
license = "MIT"

0 commit comments

Comments
 (0)