diff --git a/lib/pkg-config/version.rb b/lib/pkg-config/version.rb index fae7b2e..7583ecf 100644 --- a/lib/pkg-config/version.rb +++ b/lib/pkg-config/version.rb @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2024 Sutou Kouhei +# Copyright (C) 2012-2025 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.9" + VERSION = "1.6.0" end