diff --git a/CMakeLists.txt b/CMakeLists.txt index 123d31e..9e398c4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ else() set(ARBY_SUBPROJECT ON) endif() -project(arby VERSION 0.2.0 LANGUAGES CXX) +project(arby VERSION 0.3.0 LANGUAGES CXX) find_program(CCACHE_PROGRAM ccache) if(CCACHE_PROGRAM)