Skip to content

Commit b38adfa

Browse files
authored
Merge pull request #998 from openziti/bump-tlsuv
Update tlsuv to v0.40.11
2 parents f4da664 + 6e7e369 commit b38adfa

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
@@ -15,7 +15,7 @@ include(cmake/variables.cmake)
1515
set(tlsuv_DIR "" CACHE FILEPATH "developer option: use local tlsuv checkout")
1616
# developer setting: tlsuv branch or tag to use (if tlsuv_DIR is unset)
1717
if (NOT tlsuv_VERSION)
18-
set(tlsuv_VERSION "v0.40.10")
18+
set(tlsuv_VERSION "v0.40.11")
1919
endif (NOT tlsuv_VERSION)
2020

2121
message("project version: ${PROJECT_VERSION}")

0 commit comments

Comments
 (0)