From 691f1ff5aa045390e8cffd108d01080a8677db9d Mon Sep 17 00:00:00 2001 From: Fletcher Dunn Date: Thu, 27 Jan 2022 14:56:01 -0800 Subject: [PATCH] Bump version number --- vcpkg.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vcpkg.json b/vcpkg.json index 438c61f4..65bf6f67 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -1,7 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg/master/scripts/vcpkg.schema.json", "name": "gamenetworkingsockets", - "version-string": "1.3.0", + "version-string": "1.4.0", "description": "A basic transport layer for games.", "homepage": "https://github.com/ValveSoftware/GameNetworkingSockets", "dependencies": [ "protobuf", "openssl" ],