From e6733790cbe66423af0eca56f3c527f5dd2abd1f Mon Sep 17 00:00:00 2001 From: TheNexusAvenger <13441476+TheNexusAvenger@users.noreply.github.com> Date: Wed, 25 Oct 2023 14:52:10 -0400 Subject: [PATCH] Increment version. --- Loader.server.lua | 2 +- src/Common/Configuration.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Loader.server.lua b/Loader.server.lua index b6a614a..1069779 100644 --- a/Loader.server.lua +++ b/Loader.server.lua @@ -3,7 +3,7 @@ TheNexusAvenger Loads Nexus Admin. -Loader version: V.2.7.7 +Loader version: V.2.7.8 GitHub: https://github.com/thenexusavenger/nexus-admin For the change log, view the GitHub Releases (except V.1.0.0, V.1.0.1, V.1.1.0, and V.1.2.0). diff --git a/src/Common/Configuration.lua b/src/Common/Configuration.lua index 64847f6..890c14b 100644 --- a/src/Common/Configuration.lua +++ b/src/Common/Configuration.lua @@ -21,7 +21,7 @@ function Configuration.new(ConfigurationTable: {[string]: any}): Types.Configura setmetatable(self, Configuration) --Store the values. - self.Version = "Version 2.7.7" + self.Version = "Version 2.7.8" self.VersionNumberId = 2.7 self.CmdrVersion = "Version 1.12.0" self.RawConfiguration = ConfigurationTable