From babcdb68de18a2ba97d67a92fcbbcfb8e43b1af7 Mon Sep 17 00:00:00 2001 From: Derek Christ Date: Mon, 20 Oct 2025 10:40:17 +0200 Subject: [PATCH] chore: update version in vcpkg --- vcpkg.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vcpkg.json b/vcpkg.json index 2b1d603e..2afafd65 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -1,6 +1,6 @@ { "name": "dramsys", - "version": "5.0", + "version": "5.1.0", "dependencies": [ "benchmark", "gtest", @@ -15,4 +15,4 @@ "systemc" ], "builtin-baseline": "ce613c41372b23b1f51333815feb3edd87ef8a8b" -} \ No newline at end of file +}