Skip to content

Commit 4c0d767

Browse files
Update version string to the tag that will be following. (aws#73)
1 parent a8efcc7 commit 4c0d767

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ if (NOT CMAKE_BUILD_TYPE)
2020
set(CMAKE_BUILD_TYPE "RelWithDebInfo")
2121
endif()
2222

23-
set(AWS_CRT_CPP_VERSION "v0.6.2")
23+
set(AWS_CRT_CPP_VERSION "v0.6.5")
2424

2525
configure_file(include/aws/crt/Config.h.in ${CMAKE_CURRENT_LIST_DIR}/include/aws/crt/Config.h @ONLY)
2626

0 commit comments

Comments
 (0)