GIT_SILENT: bump version to 22.04

This commit is contained in:
Bhushan Shah 2022-04-23 17:04:12 +05:30
parent d9622f1500
commit 38f4f154af

View File

@ -5,7 +5,7 @@
cmake_minimum_required(VERSION 3.16)
project(Kasts)
set(PROJECT_VERSION "22.02")
set(PROJECT_VERSION "22.04")
# be c++17 compliant
set(CMAKE_CXX_STANDARD 17)