From e05bea42833f9a3323747299401a9135a83b3f73 Mon Sep 17 00:00:00 2001 From: Carlos O'Ryan Date: Thu, 11 Feb 2021 13:09:47 -0500 Subject: [functions-framework-cpp] use 'version' for version numbers (#16178) --- ports/functions-framework-cpp/vcpkg.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ports/functions-framework-cpp') diff --git a/ports/functions-framework-cpp/vcpkg.json b/ports/functions-framework-cpp/vcpkg.json index 49d41bb8d..3c220443f 100644 --- a/ports/functions-framework-cpp/vcpkg.json +++ b/ports/functions-framework-cpp/vcpkg.json @@ -1,7 +1,7 @@ { "name": "functions-framework-cpp", - "version-string": "0.3.0", - "port-version": 1, + "version": "0.3.0", + "port-version": 2, "description": "Functions Framework for C++.", "homepage": "https://github.com/GoogleCloudPlatform/functions-framework-cpp/", "license": "Apache-2.0", -- cgit v1.2.3