Skip to content

Commit

Permalink
prepare release-version
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe91 committed Jun 23, 2024
1 parent a2cf550 commit ce98769
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions ext/Shared/Registry/Registry.lua
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ Registry = {
-- Patch version.
VERSION_PATCH = 0,
-- Additional label for pre-releases and build metadata.
VERSION_LABEL = "RC2",
VERSION_LABEL = "",
-- Current version type of this build.
VERSION_TYPE = VersionType.Stable,
VERSION_TYPE = VersionType.Release,
-- The Version used for the Update-Check.
UPDATE_CHANNEL = VersionType.DevBuild,
UPDATE_CHANNEL = VersionType.Stable,
-- Prints current version in console.
CLIENT_SHOW_VERSION_ON_JOIN = false,
},
Expand Down
2 changes: 1 addition & 1 deletion mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"Authors": ["MajorVictory", "Bizzi", "Bree_Arnold", "Firjen", "NyScorpy", "ThyKingdomCome", "Joe-91"],
"Description": "A highly customizable and configurable bot mod for your Venice Unleashed Battlefield 3 server.",
"URL": "https://github.com/Joe91/fun-bots",
"Version": "2.9.0-RC2",
"Version": "2.9.0",
"HasWebUI": true,
"Tags": ["fun-bots"],
"HasVeniceEXT": true,
Expand Down

0 comments on commit ce98769

Please sign in to comment.