Skip to content

Commit

Permalink
Version 31
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickbkr committed Dec 12, 2022
1 parent c82c3ae commit 990cde0
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 deletions.
34 changes: 17 additions & 17 deletions META.json
Expand Up @@ -67,67 +67,67 @@
"provides" : {
"App::Rakubrew" : {
"file" : "lib/App/Rakubrew.pm",
"version" : "30"
"version" : "31"
},
"App::Rakubrew::Build" : {
"file" : "lib/App/Rakubrew/Build.pm",
"version" : "30"
"version" : "31"
},
"App::Rakubrew::Config" : {
"file" : "lib/App/Rakubrew/Config.pm",
"version" : "30"
"version" : "31"
},
"App::Rakubrew::Download" : {
"file" : "lib/App/Rakubrew/Download.pm",
"version" : "30"
"version" : "31"
},
"App::Rakubrew::Shell" : {
"file" : "lib/App/Rakubrew/Shell.pm",
"version" : "30"
"version" : "31"
},
"App::Rakubrew::Shell::Bash" : {
"file" : "lib/App/Rakubrew/Shell/Bash.pm",
"version" : "30"
"version" : "31"
},
"App::Rakubrew::Shell::Cmd" : {
"file" : "lib/App/Rakubrew/Shell/Cmd.pm",
"version" : "30"
"version" : "31"
},
"App::Rakubrew::Shell::Fish" : {
"file" : "lib/App/Rakubrew/Shell/Fish.pm",
"version" : "30"
"version" : "31"
},
"App::Rakubrew::Shell::PowerShell" : {
"file" : "lib/App/Rakubrew/Shell/PowerShell.pm",
"version" : "30"
"version" : "31"
},
"App::Rakubrew::Shell::Sh" : {
"file" : "lib/App/Rakubrew/Shell/Sh.pm",
"version" : "30"
"version" : "31"
},
"App::Rakubrew::Shell::Tcsh" : {
"file" : "lib/App/Rakubrew/Shell/Tcsh.pm",
"version" : "30"
"version" : "31"
},
"App::Rakubrew::Shell::Zsh" : {
"file" : "lib/App/Rakubrew/Shell/Zsh.pm",
"version" : "30"
"version" : "31"
},
"App::Rakubrew::Tools" : {
"file" : "lib/App/Rakubrew/Tools.pm",
"version" : "30"
"version" : "31"
},
"App::Rakubrew::Update" : {
"file" : "lib/App/Rakubrew/Update.pm",
"version" : "30"
"version" : "31"
},
"App::Rakubrew::Variables" : {
"file" : "lib/App/Rakubrew/Variables.pm",
"version" : "30"
"version" : "31"
},
"App::Rakubrew::VersionHandling" : {
"file" : "lib/App/Rakubrew/VersionHandling.pm",
"version" : "30"
"version" : "31"
}
},
"release_status" : "stable",
Expand All @@ -142,7 +142,7 @@
"web" : "https://github.com/Raku/App-Rakubrew"
}
},
"version" : "30",
"version" : "31",
"x_generated_by_perl" : "v5.34.0",
"x_serialization_backend" : "Cpanel::JSON::XS version 4.27",
"x_spdx_expression" : "MIT"
Expand Down
2 changes: 1 addition & 1 deletion Makefile.PL
Expand Up @@ -36,7 +36,7 @@ my %WriteMakefileArgs = (
"Test::Compile" => "2.3.1",
"Test::More" => 0
},
"VERSION" => 30,
"VERSION" => 31,
"test" => {
"TESTS" => "t/*.t"
}
Expand Down
2 changes: 1 addition & 1 deletion lib/App/Rakubrew.pm
Expand Up @@ -2,7 +2,7 @@ package App::Rakubrew;
use strict;
use warnings;
use 5.010;
our $VERSION = '30';
our $VERSION = '31';

use Encode::Locale qw(env);
if (-t) {
Expand Down

0 comments on commit 990cde0

Please sign in to comment.