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 562cf66 commit f2a2b3fCopy full SHA for f2a2b3f
version.simba
@@ -39,8 +39,8 @@ Should be self explanatory but each holds a part of the data of the current
39
WaspLib version.
40
*)
41
WL_VERSION_YEAR: Integer = 2025;
42
- WL_VERSION_MONTH: Integer = 11;
43
- WL_VERSION_DAY: Integer = 30;
+ WL_VERSION_MONTH: Integer = 12;
+ WL_VERSION_DAY: Integer = 05;
44
(*
45
## Commit Hash Constants
46
```pascal
@@ -49,7 +49,7 @@ WL_VERSION_COMMIT_HASH
49
Should be self explanatory but holds the shortened hash of the commit that has
50
created the current WaspLib version.
51
52
- WL_VERSION_COMMIT_HASH: String = '2816be4';
+ WL_VERSION_COMMIT_HASH: String = '562cf66';
53
54
55
0 commit comments