From 30dfab252ca4f6cbd964c240b39fbdd656767b9e Mon Sep 17 00:00:00 2001 From: Chi-teck Date: Wed, 21 Oct 2020 08:51:42 +0000 Subject: [PATCH] Prepare 2.0.0 release --- src/Application.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Application.php b/src/Application.php index c4f1b8297..e568b2c45 100644 --- a/src/Application.php +++ b/src/Application.php @@ -29,7 +29,7 @@ class Application extends BaseApplication { /** * DCG version. */ - public const VERSION = '2.0.0-dev'; + public const VERSION = '2.0.0'; /** * Path to templates directory.