diff --git a/Loader.server.lua b/Loader.server.lua index 8e38db5..e259947 100644 --- a/Loader.server.lua +++ b/Loader.server.lua @@ -3,7 +3,7 @@ TheNexusAvenger Loads Nexus Admin. -Loader version: V.2.7.14 +Loader version: V.2.7.15 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 233e9e4..3c98645 100644 --- a/src/Common/Configuration.lua +++ b/src/Common/Configuration.lua @@ -26,7 +26,7 @@ function Configuration.new(ConfigurationTable: {[string]: any}): Types.Configura setmetatable(self, Configuration) --Store the values. - self.Version = "Version 2.7.14" + self.Version = "Version 2.7.15" self.VersionNumberId = 2.7 self.CmdrVersion = "Version 1.12.0" self.RawConfiguration = ConfigurationTable