We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc9f785 commit 681652dCopy full SHA for 681652d
CMakeLists.txt
@@ -1,7 +1,7 @@
1
cmake_minimum_required(VERSION 3.5)
2
set(CMAKE_CXX_STANDARD 11)
3
project(aws-lambda-runtime
4
- VERSION 0.2.3
+ VERSION 0.2.4
5
LANGUAGES CXX)
6
7
option(ENABLE_TESTS "Enables building the test project, requires AWS C++ SDK." OFF)
0 commit comments