From cd44e6221ecc7f7e4bad2a4a25732149d654ee60 Mon Sep 17 00:00:00 2001 From: Damien Regad Date: Fri, 5 Jan 2024 11:26:05 +0100 Subject: [PATCH] Bump version to 2.5.0 --- Snippets.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Snippets.php b/Snippets.php index 605f4eb..38e3027 100644 --- a/Snippets.php +++ b/Snippets.php @@ -8,7 +8,7 @@ class SnippetsPlugin extends MantisPlugin { - const VERSION = '2.4.1'; + const VERSION = '2.5.0'; public function register() { $this->name = plugin_lang_get( "name" );