From a6443423705fbe10f7b4e2f14911b59992e13eda Mon Sep 17 00:00:00 2001 From: Oleksandr Kalko Date: Fri, 25 Apr 2025 23:59:32 +0300 Subject: [PATCH] Actualize version in vcpkg We're not on 1.4.0 anymore :) --- vcpkg.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vcpkg.json b/vcpkg.json index 88ad76031..db0e4b14b 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -1,6 +1,6 @@ { "name": "devilutionx", - "version-string": "1.4.0", + "version-string": "1.6.0", "dependencies": [ "fmt", "bzip2",