bump version to v0.9.23

This commit is contained in:
Ryan Fleury
2025-10-10 14:55:07 -07:00
parent b09e539534
commit c934892006
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
# v9.22.0-alpha
# v0.9.22-alpha
## Debugger Changes
+1 -1
View File
@@ -159,7 +159,7 @@
#endif
#if !defined(BUILD_VERSION_PATCH)
# define BUILD_VERSION_PATCH 22
# define BUILD_VERSION_PATCH 23
#endif
#define BUILD_VERSION_STRING_LITERAL Stringify(BUILD_VERSION_MAJOR) "." Stringify(BUILD_VERSION_MINOR) "." Stringify(BUILD_VERSION_PATCH)