build: version bump #38577

This commit is contained in:
Justin M. Keyes
2026-03-29 19:37:04 -04:00
committed by GitHub
parent 33e17d66c6
commit ed822a085d

View File

@@ -146,8 +146,8 @@ endif()
# If not in a git repo (e.g., a tarball) these tokens define the complete
# version string, else they are combined with the result of `git describe`.
set(NVIM_VERSION_MAJOR 0)
set(NVIM_VERSION_MINOR 12)
set(NVIM_VERSION_PATCH 1)
set(NVIM_VERSION_MINOR 13)
set(NVIM_VERSION_PATCH 0)
set(NVIM_VERSION_PRERELEASE "-dev") # for package maintainers
# API level