Skip to content

Commit 0a8c5fa

Browse files
committed
0.1.71
1 parent 1c0676e commit 0a8c5fa

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

Changes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
Revision history for Red
22

33
{{$NEXT}}
4+
5+
0.1.71 2024-04-12T18:39:58+01:00
46
- Remove the test skip
57

68
0.1.70 2024-04-12T03:09:58+01:00

META6.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,5 +148,5 @@
148148
"Test::META",
149149
"App::RaCoCo"
150150
],
151-
"version": "0.1.70"
151+
"version": "0.1.71"
152152
}

lib/Red.rakumod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ use Red::Schema;
2222
use Red::Formatter;
2323
use Red::AST::Infixes;
2424

25-
class Red:ver<0.1.70>:api<2> {
25+
class Red:ver<0.1.71>:api<2> {
2626
our %experimentals;
2727
our @experimental-roles;
2828
method events { Red::Class.instance.events }

0 commit comments

Comments
 (0)