From 7115217f2be7e773e296392d1283262c879fe60c Mon Sep 17 00:00:00 2001 From: John Flatness Date: Thu, 21 Oct 2021 16:50:41 -0400 Subject: [PATCH] Set verision 3.0.1 --- bootstrap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.php b/bootstrap.php index 7cfcdca67..feba84082 100644 --- a/bootstrap.php +++ b/bootstrap.php @@ -8,7 +8,7 @@ */ // Define the current version of Omeka. -define('OMEKA_VERSION', '3.0'); +define('OMEKA_VERSION', '3.0.1'); // Define the application environment. if (!defined('APPLICATION_ENV')) {