We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac56bea commit 9c36a41Copy full SHA for 9c36a41
1 file changed
version.simba
@@ -1,8 +1,8 @@
1
const
2
WL_PLUGINS_VERSION_YEAR: Integer = 2025;
3
WL_PLUGINS_VERSION_MONTH: Integer = 12;
4
- WL_PLUGINS_VERSION_DAY: Integer = 21;
5
- WL_PLUGINS_VERSION_COMMIT_HASH: String = '1b1fda4';
+ WL_PLUGINS_VERSION_DAY: Integer = 23;
+ WL_PLUGINS_VERSION_COMMIT_HASH: String = 'ac56bea';
6
7
WASPLIB_PLUGINS_VERSION: String := ToStr(WL_PLUGINS_VERSION_YEAR) + '.' +
8
PadL(ToStr(WL_PLUGINS_VERSION_MONTH), 2, '0') + '.' +
0 commit comments