We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9f5d6d commit 443986dCopy full SHA for 443986d
version.simba
@@ -1,8 +1,8 @@
1
const
2
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';
+ WL_PLUGINS_VERSION_MONTH: Integer = 09;
+ WL_PLUGINS_VERSION_DAY: Integer = 20;
+ WL_PLUGINS_VERSION_COMMIT_HASH: String = 'e9f5d6d';
6
7
WASPLIB_PLUGINS_VERSION: String := ToStr(WL_PLUGINS_VERSION_YEAR) + '.' +
8
PadL(ToStr(WL_PLUGINS_VERSION_MONTH), 2, '0') + '.' +
0 commit comments