Skip to content

Commit f7cdb4a

Browse files
committed
Increment version
1 parent b45529b commit f7cdb4a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Version.luau

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
--// Author: okzyrox
44
--/ Date: 2026/02/20
55

6-
local REPACKAGE_VERSION = "1.0.0"
6+
local REPACKAGE_VERSION = "1.0.1"
77
local REPACKAGE_VERSION_PARTS = {
88
MAJOR = 1,
99
MINOR = 0,
10-
PATCH = 0,
10+
PATCH = 1,
1111
}
1212

1313
return {

0 commit comments

Comments
 (0)