start the 0.14.0 release cycle

This commit is contained in:
Andrew Kelley
2024-06-06 12:05:37 -07:00
parent cf90dfd309
commit aab5cccc78
2 changed files with 2 additions and 2 deletions

View File

@@ -38,7 +38,7 @@ project(zig
)
set(ZIG_VERSION_MAJOR 0)
set(ZIG_VERSION_MINOR 13)
set(ZIG_VERSION_MINOR 14)
set(ZIG_VERSION_PATCH 0)
set(ZIG_VERSION "" CACHE STRING "Override Zig version string. Default is to find out with git.")