Skip to content

Commit a122594

Browse files
author
Wasp Bot
committed
Automatic version bump to 2025.12.21-1b1fda4
1 parent 1b1fda4 commit a122594

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

version.simba

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ const
22
WL_PLUGINS_VERSION_YEAR: Integer = 2025;
33
WL_PLUGINS_VERSION_MONTH: Integer = 12;
44
WL_PLUGINS_VERSION_DAY: Integer = 21;
5-
WL_PLUGINS_VERSION_COMMIT_HASH: String = 'f86fdb3';
5+
WL_PLUGINS_VERSION_COMMIT_HASH: String = '1b1fda4';
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)