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