Skip to content

Commit 44fa088

Browse files
authored
Update C-SDK to 1.3.7 (#92)
1 parent 822b24a commit 44fa088

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deps/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ endif (WIN32)
2121

2222
FetchContent_Declare(ziti
2323
GIT_REPOSITORY https://github.com/openziti/ziti-sdk-c.git
24-
GIT_TAG 1.3.5
24+
GIT_TAG 1.3.7
2525
)
2626
FetchContent_MakeAvailable(ziti)
2727

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@openziti/ziti-sdk-nodejs",
33
"description": "A NodeJS-based SDK for delivering secure applications over a Ziti Network",
4-
"version": "0.18.0",
4+
"version": "0.19.0",
55
"main": "./lib/ziti",
66
"scripts": {
77
"build": "npm run build:configure && npm run build:make",

0 commit comments

Comments
 (0)