Skip to content

Commit fdfb946

Browse files
author
Wasp Bot
committed
Automatic version bump to 2025.12.21-f86fdb3
1 parent f86fdb3 commit fdfb946

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

version.simba

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
const
22
WL_PLUGINS_VERSION_YEAR: Integer = 2025;
3-
WL_PLUGINS_VERSION_MONTH: Integer = 10;
4-
WL_PLUGINS_VERSION_DAY: Integer = 29;
5-
WL_PLUGINS_VERSION_COMMIT_HASH: String = 'c2f36cb';
3+
WL_PLUGINS_VERSION_MONTH: Integer = 12;
4+
WL_PLUGINS_VERSION_DAY: Integer = 21;
5+
WL_PLUGINS_VERSION_COMMIT_HASH: String = 'f86fdb3';
66

77
WASPLIB_PLUGINS_VERSION: String := ToStr(WL_PLUGINS_VERSION_YEAR) + '.' +
88
PadL(ToStr(WL_PLUGINS_VERSION_MONTH), 2, '0') + '.' +

0 commit comments

Comments
 (0)