Skip to content

Commit b18f733

Browse files
author
Wasp Bot
committed
Automatic version bump to 2025.09.01-1d1e9db
1 parent 1d1e9db commit b18f733

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

version.simba

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ Should be self explanatory but each holds a part of the data of the current
3939
WaspLib version.
4040
*)
4141
WL_VERSION_YEAR: Integer = 2025;
42-
WL_VERSION_MONTH: Integer = 08;
43-
WL_VERSION_DAY: Integer = 30;
42+
WL_VERSION_MONTH: Integer = 09;
43+
WL_VERSION_DAY: Integer = 01;
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 = '50342bd';
52+
WL_VERSION_COMMIT_HASH: String = '1d1e9db';
5353

5454

5555
(*

0 commit comments

Comments
 (0)