From 890e9841e8b1afb4025f3c8f8df5e8c2fc1a3ff6 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Wed, 29 Jan 2020 11:48:18 +0100 Subject: [PATCH] Version 0.1.5 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 88af2fd..a5edd61 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.4) +project(eosio-keygen VERSION 0.1.5) # Options option(USE_THREADS "Compile with support for threads (if available)." ON)