Skip to content

Commit 443986d

Browse files
author
Wasp Bot
committed
Automatic version bump to 2025.09.20-e9f5d6d
1 parent e9f5d6d commit 443986d

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 = 08;
4-
WL_PLUGINS_VERSION_DAY: Integer = 30;
5-
WL_PLUGINS_VERSION_COMMIT_HASH: String = '7ab7dc5';
3+
WL_PLUGINS_VERSION_MONTH: Integer = 09;
4+
WL_PLUGINS_VERSION_DAY: Integer = 20;
5+
WL_PLUGINS_VERSION_COMMIT_HASH: String = 'e9f5d6d';
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)