From 681652d9410bb4adb66e5afa9e8a3662a5f7b606 Mon Sep 17 00:00:00 2001 From: Marco Magdy Date: Fri, 9 Aug 2019 20:33:12 +0000 Subject: [PATCH] Update the version of project to match the release --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a83a8b8..9e600ac 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.5) set(CMAKE_CXX_STANDARD 11) project(aws-lambda-runtime - VERSION 0.2.3 + VERSION 0.2.4 LANGUAGES CXX) option(ENABLE_TESTS "Enables building the test project, requires AWS C++ SDK." OFF)