Skip to content

Commit 5779bea

Browse files
committed
Version 44
1 parent 07b0889 commit 5779bea

File tree

3 files changed

+19
-19
lines changed

3 files changed

+19
-19
lines changed

META.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -66,67 +66,67 @@
6666
"provides" : {
6767
"App::Rakubrew" : {
6868
"file" : "lib/App/Rakubrew.pm",
69-
"version" : "43"
69+
"version" : "44"
7070
},
7171
"App::Rakubrew::Build" : {
7272
"file" : "lib/App/Rakubrew/Build.pm",
73-
"version" : "43"
73+
"version" : "44"
7474
},
7575
"App::Rakubrew::Config" : {
7676
"file" : "lib/App/Rakubrew/Config.pm",
77-
"version" : "43"
77+
"version" : "44"
7878
},
7979
"App::Rakubrew::Download" : {
8080
"file" : "lib/App/Rakubrew/Download.pm",
81-
"version" : "43"
81+
"version" : "44"
8282
},
8383
"App::Rakubrew::Shell" : {
8484
"file" : "lib/App/Rakubrew/Shell.pm",
85-
"version" : "43"
85+
"version" : "44"
8686
},
8787
"App::Rakubrew::Shell::Bash" : {
8888
"file" : "lib/App/Rakubrew/Shell/Bash.pm",
89-
"version" : "43"
89+
"version" : "44"
9090
},
9191
"App::Rakubrew::Shell::Cmd" : {
9292
"file" : "lib/App/Rakubrew/Shell/Cmd.pm",
93-
"version" : "43"
93+
"version" : "44"
9494
},
9595
"App::Rakubrew::Shell::Fish" : {
9696
"file" : "lib/App/Rakubrew/Shell/Fish.pm",
97-
"version" : "43"
97+
"version" : "44"
9898
},
9999
"App::Rakubrew::Shell::PowerShell" : {
100100
"file" : "lib/App/Rakubrew/Shell/PowerShell.pm",
101-
"version" : "43"
101+
"version" : "44"
102102
},
103103
"App::Rakubrew::Shell::Sh" : {
104104
"file" : "lib/App/Rakubrew/Shell/Sh.pm",
105-
"version" : "43"
105+
"version" : "44"
106106
},
107107
"App::Rakubrew::Shell::Tcsh" : {
108108
"file" : "lib/App/Rakubrew/Shell/Tcsh.pm",
109-
"version" : "43"
109+
"version" : "44"
110110
},
111111
"App::Rakubrew::Shell::Zsh" : {
112112
"file" : "lib/App/Rakubrew/Shell/Zsh.pm",
113-
"version" : "43"
113+
"version" : "44"
114114
},
115115
"App::Rakubrew::Tools" : {
116116
"file" : "lib/App/Rakubrew/Tools.pm",
117-
"version" : "43"
117+
"version" : "44"
118118
},
119119
"App::Rakubrew::Update" : {
120120
"file" : "lib/App/Rakubrew/Update.pm",
121-
"version" : "43"
121+
"version" : "44"
122122
},
123123
"App::Rakubrew::Variables" : {
124124
"file" : "lib/App/Rakubrew/Variables.pm",
125-
"version" : "43"
125+
"version" : "44"
126126
},
127127
"App::Rakubrew::VersionHandling" : {
128128
"file" : "lib/App/Rakubrew/VersionHandling.pm",
129-
"version" : "43"
129+
"version" : "44"
130130
}
131131
},
132132
"release_status" : "stable",
@@ -141,7 +141,7 @@
141141
"web" : "https://github.com/Raku/App-Rakubrew"
142142
}
143143
},
144-
"version" : "43",
144+
"version" : "44",
145145
"x_generated_by_perl" : "v5.34.0",
146146
"x_serialization_backend" : "Cpanel::JSON::XS version 4.27",
147147
"x_spdx_expression" : "MIT"

Makefile.PL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ my %WriteMakefileArgs = (
3535
"Test::Compile" => "== v3.3.1",
3636
"Test::More" => 0
3737
},
38-
"VERSION" => 43,
38+
"VERSION" => 44,
3939
"test" => {
4040
"TESTS" => "t/*.t"
4141
}

lib/App/Rakubrew.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package App::Rakubrew;
22
use strict;
33
use warnings;
44
use 5.010;
5-
our $VERSION = '43';
5+
our $VERSION = '44';
66

77
use Encode::Locale;
88
if (-t) {

0 commit comments

Comments
 (0)