Skip to content

Commit

Permalink
Release v4.0.0-beta5
Browse files Browse the repository at this point in the history
  • Loading branch information
MikuAuahDark committed May 29, 2022
1 parent 6cf8290 commit 332fad6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
-- luacheck: globals DEPLS_VERSION_CODENAME

-- Version string
DEPLS_VERSION = "4.0.0-beta4"
DEPLS_VERSION = "4.0.0-beta5"
-- Version number
-- In form xxyyzzww. x = major, y = minor, z = patch, w = pre-release counter (99 = not a pre release)
DEPLS_VERSION_NUMBER = 03020201
DEPLS_VERSION_NUMBER = 03030201
-- Version codename
DEPLS_VERSION_CODENAME = "Over the Rainbow"

Expand Down

0 comments on commit 332fad6

Please sign in to comment.