We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aee1b89 commit 217561cCopy full SHA for 217561c
1 file changed
version.simba
@@ -1,8 +1,8 @@
1
const
2
WL_PLUGINS_VERSION_YEAR: Integer = 2025;
3
- WL_PLUGINS_VERSION_MONTH: Integer = 01;
4
- WL_PLUGINS_VERSION_DAY: Integer = 1;
5
- WL_PLUGINS_VERSION_COMMIT_HASH: String = 'aaaaaaa';
+ WL_PLUGINS_VERSION_MONTH: Integer = 08;
+ WL_PLUGINS_VERSION_DAY: Integer = 30;
+ WL_PLUGINS_VERSION_COMMIT_HASH: String = 'aee1b89';
6
7
WASPLIB_PLUGINS_VERSION: String := ToStr(WL_PLUGINS_VERSION_YEAR) + '.' +
8
PadL(ToStr(WL_PLUGINS_VERSION_MONTH), 2, '0') + '.' +
0 commit comments