Skip to content

Commit e82f0ea

Browse files
author
Wasp Bot
committed
Automatic version bump to 2025.12.20-c461694
1 parent c461694 commit e82f0ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

version.simba

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ WaspLib version.
4040
*)
4141
WL_VERSION_YEAR: Integer = 2025;
4242
WL_VERSION_MONTH: Integer = 12;
43-
WL_VERSION_DAY: Integer = 13;
43+
WL_VERSION_DAY: Integer = 20;
4444
(*
4545
## Commit Hash Constants
4646
```pascal
@@ -49,7 +49,7 @@ WL_VERSION_COMMIT_HASH
4949
Should be self explanatory but holds the shortened hash of the commit that has
5050
created the current WaspLib version.
5151
*)
52-
WL_VERSION_COMMIT_HASH: String = '41e8c6f';
52+
WL_VERSION_COMMIT_HASH: String = 'c461694';
5353

5454

5555
(*

0 commit comments

Comments
 (0)