diff --git a/CMakeLists.txt b/CMakeLists.txt index ad26bdf..efd9243 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.10) project(nvim-ui CXX) -set(VERSION 0.0.2-rc3) +set(VERSION 0.0.2) find_package(Threads) find_package(PkgConfig REQUIRED)