From e7659a9f23178c952b21da14da72f1aa6a812675 Mon Sep 17 00:00:00 2001 From: Arne Ludwig Date: Mon, 21 Jun 2021 16:59:37 +0200 Subject: [PATCH] Bump version --- source/dentist/swinfo.d | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/dentist/swinfo.d b/source/dentist/swinfo.d index ea194604..ca2492c3 100644 --- a/source/dentist/swinfo.d +++ b/source/dentist/swinfo.d @@ -12,8 +12,8 @@ import dentist.common : testingOnly; import std.string : wrap; enum executableName = "dentist"; -enum gitVersion = "v1.0.1-30-gfe489f1-dirty"; -enum gitCommit = "fe489f11425a70ab50d15dba80929d10e7c1b54c+dirty"; +enum gitVersion = "v2.0.0"; +enum gitCommit = "5785bb3913734394cc1cd1233713ac7361def180"; enum version_ = gitVersion ~ testingOnly!"+testing"; enum description = "Close assembly gaps using long-reads with focus on correctness.".wrap; enum copyright = "Copyright © 2018, Arne Ludwig ".wrap;