From 9024620e0e22f9367ce4f5f236845e2e720b0c1d Mon Sep 17 00:00:00 2001 From: Ivo Petkov Date: Wed, 11 Jan 2023 12:40:42 +0200 Subject: [PATCH] Version constant update. --- src/BearFramework.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/BearFramework.php b/src/BearFramework.php index 8322367..d480859 100644 --- a/src/BearFramework.php +++ b/src/BearFramework.php @@ -18,5 +18,5 @@ class BearFramework * * @var string */ - const VERSION = '1.10.0'; + const VERSION = '1.10.1'; }