Skip to content

Commit 9ab2491

Browse files
author
Wasp Bot
committed
Automatic version bump to 2025.10.24-5bded0c
1 parent 5bded0c commit 9ab2491

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

version.simba

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
const
22
WL_PLUGINS_VERSION_YEAR: Integer = 2025;
33
WL_PLUGINS_VERSION_MONTH: Integer = 10;
4-
WL_PLUGINS_VERSION_DAY: Integer = 23;
5-
WL_PLUGINS_VERSION_COMMIT_HASH: String = '3c0ffe4';
4+
WL_PLUGINS_VERSION_DAY: Integer = 24;
5+
WL_PLUGINS_VERSION_COMMIT_HASH: String = '5bded0c';
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)