Skip to content

Commit e54ff46

Browse files
committed
update version
1 parent 29e78ca commit e54ff46

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

ext/Shared/Registry/Registry.lua

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@ Registry = {
4545
-- Patch version.
4646
VERSION_PATCH = 3,
4747
-- Additional label for pre-releases and build metadata.
48-
VERSION_LABEL = "dev12",
48+
VERSION_LABEL = "",
4949
-- Current version type of this build.
50-
VERSION_TYPE = VersionType.DevBuild,
50+
VERSION_TYPE = VersionType.Release,
5151
-- The Version used for the Update-Check.
52-
UPDATE_CHANNEL = VersionType.DevBuild,
52+
UPDATE_CHANNEL = VersionType.Stable,
5353
-- Prints current version in console.
5454
CLIENT_SHOW_VERSION_ON_JOIN = false,
5555
},

mod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"Authors": ["MajorVictory", "Bizzi", "Bree_Arnold", "Firjen", "NyScorpy", "ThyKingdomCome", "Joe-91"],
44
"Description": "A highly customizable and configurable bot mod for your Venice Unleashed Battlefield 3 server.",
55
"URL": "https://github.com/Joe91/fun-bots",
6-
"Version": "2.9.3-dev12",
6+
"Version": "2.9.3",
77
"HasWebUI": true,
88
"Tags": ["fun-bots"],
99
"HasVeniceEXT": true,

0 commit comments

Comments
 (0)