From 4258ccbfeac21c9ef88c394f1145bf655dba8020 Mon Sep 17 00:00:00 2001 From: Artem Tarasov Date: Tue, 21 Jun 2016 07:29:30 +0200 Subject: [PATCH] v0.6.3 --- utils/version_.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/version_.d b/utils/version_.d index 8f3cd962..4104ec60 100644 --- a/utils/version_.d +++ b/utils/version_.d @@ -1,6 +1,6 @@ module utils.version_; -immutable string VERSION = "0.6.2"; +immutable string VERSION = "0.6.3"; import bio.sam.header; import std.array : join;