Skip to content

Commit

Permalink
Increment version.
Browse files Browse the repository at this point in the history
  • Loading branch information
TheNexusAvenger committed Nov 19, 2023
1 parent 7faa3d6 commit 5b91a31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Loader.server.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ TheNexusAvenger
Loads Nexus Admin.
Loader version: V.2.7.8
Loader version: V.2.7.9
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.lua
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ function Configuration.new(ConfigurationTable: {[string]: any}): Types.Configura
setmetatable(self, Configuration)

--Store the values.
self.Version = "Version 2.7.8"
self.Version = "Version 2.7.9"
self.VersionNumberId = 2.7
self.CmdrVersion = "Version 1.12.0"
self.RawConfiguration = ConfigurationTable
Expand Down

0 comments on commit 5b91a31

Please sign in to comment.