From c0cb48d4a2cd91efcdd0c09c547c732c4c783ee7 Mon Sep 17 00:00:00 2001 From: Kang Lin Date: Fri, 18 Aug 2023 09:56:42 +0800 Subject: [PATCH] Update version in vcpkg.json (#1254) Please update version in vcpkg.json, when tag --- vcpkg.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vcpkg.json b/vcpkg.json index aa4a788..7f235cf 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -1,6 +1,6 @@ { "name": "coturn", - "version-string": "4.6.0", + "version-string": "4.6.2", "dependencies": [ { "name": "pthreads", @@ -17,4 +17,4 @@ "mongo-c-driver" ] -} \ No newline at end of file +}