diff --git a/Changes b/Changes index ef8b5353..2767790f 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,6 @@ -NEXT - - Thanks to our contributors: Joelle Maslak +0.99 + - Released at 2024-09-07T16:30:28+0900 + - Thanks to our contributors: Graham Knop, Joelle Maslak, Luke Closs, jonasbn - bashrc executes properly in bash shells with +h option set - Allow specification of non-standard Perl location - make-pp now requires the input to be specified with `-i` or `--input`. diff --git a/META.json b/META.json index 57aecbed..fe52ce3f 100644 --- a/META.json +++ b/META.json @@ -69,7 +69,7 @@ }, "App::perlbrew" : { "file" : "lib/App/perlbrew.pm", - "version" : "0.98" + "version" : "0.99" } }, "release_status" : "stable", @@ -83,7 +83,7 @@ "web" : "https://github.com/gugod/App-perlbrew" } }, - "version" : "0.98", + "version" : "0.99", "x_serialization_backend" : "JSON::PP version 4.16", "x_spdx_expression" : "MIT", "x_static_install" : "1" diff --git a/META.yml b/META.yml index 8c365d2c..4f99bc81 100644 --- a/META.yml +++ b/META.yml @@ -32,7 +32,7 @@ provides: file: lib/App/Perlbrew/Util.pm App::perlbrew: file: lib/App/perlbrew.pm - version: '0.98' + version: '0.99' requires: CPAN::Perl::Releases: '5.20240609' Capture::Tiny: '0.48' @@ -46,7 +46,7 @@ requires: resources: bugtracker: https://github.com/gugod/App-perlbrew/issues repository: https://github.com/gugod/App-perlbrew.git -version: '0.98' +version: '0.99' x_serialization_backend: 'CPAN::Meta::YAML version 0.018' x_spdx_expression: MIT x_static_install: '1' diff --git a/lib/App/perlbrew.pm b/lib/App/perlbrew.pm index b16102a1..921cfc4b 100644 --- a/lib/App/perlbrew.pm +++ b/lib/App/perlbrew.pm @@ -2,7 +2,7 @@ package App::perlbrew; use strict; use warnings; use 5.008; -our $VERSION = "0.98"; +our $VERSION = "0.99"; use Config qw( %Config ); BEGIN { diff --git a/perlbrew b/perlbrew index 647a28b5..ce8a2765 100755 --- a/perlbrew +++ b/perlbrew @@ -498,7 +498,7 @@ $fatpacked{"App/perlbrew.pm"} = '#line '.(1+__LINE__).' "'.__FILE__."\"\n".<<'AP use strict; use warnings; use 5.008; - our $VERSION = "0.98"; + our $VERSION = "0.99"; use Config qw( %Config ); BEGIN {