diff options
| author | Carlos O'Ryan <coryan@users.noreply.github.com> | 2021-02-11 13:09:47 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-11 10:09:47 -0800 |
| commit | e05bea42833f9a3323747299401a9135a83b3f73 (patch) | |
| tree | dc940d1d2c20dd86761e70335a27cf4c8a43dbc3 /ports/functions-framework-cpp | |
| parent | 5e4d04ecd59d683a33b4b3b9679abc5becc5f272 (diff) | |
| download | vcpkg-e05bea42833f9a3323747299401a9135a83b3f73.tar.gz vcpkg-e05bea42833f9a3323747299401a9135a83b3f73.zip | |
[functions-framework-cpp] use 'version' for version numbers (#16178)
Diffstat (limited to 'ports/functions-framework-cpp')
| -rw-r--r-- | ports/functions-framework-cpp/vcpkg.json | 4 |
1 files changed, 2 insertions, 2 deletions
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", |
