diff --git a/CMakeLists.txt b/CMakeLists.txt index 85eaee9..fca8bb8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.4) # Project name and version -project(eosio-keygen VERSION 0.1.0) +project(eosio-keygen VERSION 0.1.1) # Options option(USE_THREADS "Compile with support for threads (if available)." ON)