From f5c95b19512ad0e3662be32507adfca8e2401c13 Mon Sep 17 00:00:00 2001 From: equalsraf Date: Sat, 21 Oct 2023 18:48:17 +0100 Subject: [PATCH] Release v0.2.18 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a7aa96d91..adfa530cc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,7 @@ endif (POLICY CMP0069) # Neovim-Qt Version, used by --version update before release # 9999 = Development Pre-Release -project(neovim-qt VERSION 0.2.18.9999) +project(neovim-qt VERSION 0.2.18.0) if(NOT EXISTS ${NEOVIM_EXEC}) set(NEOVIM_EXEC nvim)