From da0086ee0df14b72f61ca69a7aaea9b0fd8ac94e Mon Sep 17 00:00:00 2001 From: Adrian Macneil Date: Thu, 19 Dec 2024 10:09:20 -0800 Subject: [PATCH] v2.24.2 (#606) Resolves another CVE - https://github.com/amacneil/dbmate/pull/605 --- pkg/dbmate/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/dbmate/version.go b/pkg/dbmate/version.go index b430d1dc..9e4544f7 100644 --- a/pkg/dbmate/version.go +++ b/pkg/dbmate/version.go @@ -1,4 +1,4 @@ package dbmate // Version of dbmate -const Version = "2.24.1" +const Version = "2.24.2"