Skip to content

Commit 332fad6

Browse files
committed
Release v4.0.0-beta5
1 parent 6cf8290 commit 332fad6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main.lua

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@
2525
-- luacheck: globals DEPLS_VERSION_CODENAME
2626

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

0 commit comments

Comments
 (0)