From f89e97ffb310b5ec7df456b6961b42515d8eec7f Mon Sep 17 00:00:00 2001 From: Adrian Macneil Date: Thu, 19 Dec 2024 09:43:29 -0800 Subject: [PATCH] v2.24.1 (#604) Patch release to fix CVE in `golang.org/x/crypto` - https://github.com/amacneil/dbmate/pull/603 --- 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 dabe003a..b430d1dc 100644 --- a/pkg/dbmate/version.go +++ b/pkg/dbmate/version.go @@ -1,4 +1,4 @@ package dbmate // Version of dbmate -const Version = "2.24.0" +const Version = "2.24.1"