From 66b535473de43380d6696a22eb7bddcb7c9a1dcc Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Thu, 23 Apr 2020 21:09:41 +0200 Subject: [PATCH] set version to 6.1.0 --- inc/inc.Version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/inc.Version.php b/inc/inc.Version.php index 0641de1df..79ec23c3f 100644 --- a/inc/inc.Version.php +++ b/inc/inc.Version.php @@ -20,7 +20,7 @@ class SeedDMS_Version { /* {{{ */ - const _number = "6.0.9"; + const _number = "6.1.0"; const _string = "SeedDMS"; function __construct() {