From e185ee6ec3b97678e6d4a47983102e156f898343 Mon Sep 17 00:00:00 2001 From: Marco Magdy Date: Sun, 23 Jun 2019 19:04:04 +0000 Subject: [PATCH] bump the version to the next release --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 23e905f..e929e5d 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.0 + VERSION 0.2.3 LANGUAGES CXX) option(ENABLE_TESTS "Enables building the test project, requires AWS C++ SDK." OFF)