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 942af88 commit 0373c8eCopy full SHA for 0373c8e
version.simba
@@ -4,11 +4,11 @@
4
5
const
6
7
- WL_VERSION_YEAR: Integer = 2025;
8
- WL_VERSION_MONTH: Integer = 12;
9
- WL_VERSION_DAY: Integer = 30;
+ WL_VERSION_YEAR: Integer = 2026;
+ WL_VERSION_MONTH: Integer = 01;
+ WL_VERSION_DAY: Integer = 01;
10
11
- WL_VERSION_COMMIT_HASH: String = 'f6f40df';
+ WL_VERSION_COMMIT_HASH: String = '8a7e9d4';
12
13
14
0 commit comments