From 566844f17760a97e8d0bf70a984cac141802c01d Mon Sep 17 00:00:00 2001 From: equalsraf Date: Sat, 20 Jun 2020 18:20:06 +0100 Subject: [PATCH] Release v0.2.16.1 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b61241c8c..7e88cfcae 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,7 +5,7 @@ endif (POLICY CMP0048) # Neovim-Qt Version, used by --version update before release # 9999 = Development Pre-Release -project(neovim-qt VERSION 0.2.16.0) +project(neovim-qt VERSION 0.2.16.1) INCLUDE(CPack)