From 4a8e8f092644a9e4aca913a4ae43568d2faaea2f Mon Sep 17 00:00:00 2001 From: Nikita <62756604+FlamesONE@users.noreply.github.com> Date: Mon, 15 Dec 2025 01:03:26 +0500 Subject: [PATCH] 0.1.9 --- app/Core/App.php | 2 +- public/meta.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Core/App.php b/app/Core/App.php index a2664ed2..7d69b62f 100644 --- a/app/Core/App.php +++ b/app/Core/App.php @@ -48,7 +48,7 @@ final class App /** * @var string */ - public const VERSION = "0.1.8.4"; + public const VERSION = "0.1.9"; /** * Set the base path of the application diff --git a/public/meta.json b/public/meta.json index 3d107cf6..cc4fbfc7 100644 --- a/public/meta.json +++ b/public/meta.json @@ -1,6 +1,6 @@ { "name": "Flute CMS", - "version": "0.1.8.4", + "version": "0.1.9", "build_date": "", "commit_hash": "", "branch": "early",