Skip to content

Commit

Permalink
Increment version.
Browse files Browse the repository at this point in the history
  • Loading branch information
TheNexusAvenger committed Dec 3, 2024
1 parent 00f9f80 commit 9076541
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Loader.server.luau
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ TheNexusAvenger
Loads Nexus Admin.
Loader version: V.2.8.1
Loader version: V.2.8.2
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).
Expand Down
2 changes: 1 addition & 1 deletion src/Common/Configuration.luau
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Creates the configuration.
function Configuration.new(ConfigurationTable: {[string]: any}): Configuration
ConfigurationTable = ConfigurationTable or {}
local self = setmetatable({
Version = "Version 2.8.1",
Version = "Version 2.8.2",
VersionNumberId = 2.8,
CmdrVersion = "Version 1.12.0",
RawConfiguration = ConfigurationTable,
Expand Down

0 comments on commit 9076541

Please sign in to comment.