Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
funkydude committed Jul 12, 2023
1 parent b67f727 commit 91d6e9a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Loader.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1134,12 +1134,12 @@ end
--

do
local DBMdotRevision = "20230711081027" -- The changing version of the local client, changes with every new zip using the project-date-integer packager replacement.
local DBMdotDisplayVersion = "10.1.14" -- "N.N.N" for a release and "N.N.N alpha" for the alpha duration.
local DBMdotRevision = "20230712023914" -- The changing version of the local client, changes with every new zip using the project-date-integer packager replacement.
local DBMdotDisplayVersion = "10.1.15" -- "N.N.N" for a release and "N.N.N alpha" for the alpha duration.
local DBMdotReleaseRevision = "20230711000000" -- Hardcoded time, manually changed every release, they use it to track the highest release version, a new DBM release is the only time it will change.
local protocol = 2
local versionPrefix = "V"
local PForceDisable = 4
local PForceDisable = 5

local timer = nil
local function sendMsg()
Expand Down

0 comments on commit 91d6e9a

Please sign in to comment.