From 5228a2b7233b6edb8ded9cdfccc6f4ae12b7ae84 Mon Sep 17 00:00:00 2001 From: Cuh4 <89425262+Cuh4@users.noreply.github.com> Date: Thu, 6 Jun 2024 00:25:01 +0100 Subject: [PATCH] RELEASE - 1.2.8 --- src/Noir/Noir.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Noir/Noir.lua b/src/Noir/Noir.lua index 33418ea..5f99ed7 100644 --- a/src/Noir/Noir.lua +++ b/src/Noir/Noir.lua @@ -35,7 +35,7 @@ The current version of Noir.
Follows [Semantic Versioning.](https://semver.org) ]] -Noir.Version = "1.2.7" +Noir.Version = "1.2.8" --[[ This event is called when the framework is started.