From 677022be9d38b0167ac08c80cd8e41064fe73b32 Mon Sep 17 00:00:00 2001 From: Martin Nowak Date: Sun, 8 Mar 2020 22:47:58 +0100 Subject: [PATCH] update version to v1.20.0 --- source/dub/version_.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/dub/version_.d b/source/dub/version_.d index 84ea155f7..6cde6fda2 100644 --- a/source/dub/version_.d +++ b/source/dub/version_.d @@ -1,2 +1,2 @@ module dub.version_; -enum dubVersion = "v1.20.0-rc.1"; +enum dubVersion = "v1.20.0";