We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5af747 commit e185ee6Copy full SHA for e185ee6
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.0
+ VERSION 0.2.3
5
LANGUAGES CXX)
6
7
option(ENABLE_TESTS "Enables building the test project, requires AWS C++ SDK." OFF)
0 commit comments