From 8ff7c21d3c5f1ffecf0459d3540d922ff9846188 Mon Sep 17 00:00:00 2001 From: Sutou Kouhei Date: Thu, 24 Oct 2024 14:15:10 +0900 Subject: [PATCH] Bump version --- lib/pkg-config/version.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/pkg-config/version.rb b/lib/pkg-config/version.rb index 6890506..2d2b4ee 100644 --- a/lib/pkg-config/version.rb +++ b/lib/pkg-config/version.rb @@ -1,4 +1,4 @@ -# Copyright 2012-2023 Sutou Kouhei +# Copyright (C) 2012-2024 Sutou Kouhei # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public @@ -15,5 +15,5 @@ # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA module PKGConfig - VERSION = "1.5.7" + VERSION = "1.5.8" end