Skip to content

Commit

Permalink
0.1.71
Browse files Browse the repository at this point in the history
  • Loading branch information
FCO committed Apr 12, 2024
1 parent 1c0676e commit 0a8c5fa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Revision history for Red

{{$NEXT}}

0.1.71 2024-04-12T18:39:58+01:00
- Remove the test skip

0.1.70 2024-04-12T03:09:58+01:00
Expand Down
2 changes: 1 addition & 1 deletion META6.json
Original file line number Diff line number Diff line change
Expand Up @@ -148,5 +148,5 @@
"Test::META",
"App::RaCoCo"
],
"version": "0.1.70"
"version": "0.1.71"
}
2 changes: 1 addition & 1 deletion lib/Red.rakumod
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ use Red::Schema;
use Red::Formatter;
use Red::AST::Infixes;

class Red:ver<0.1.70>:api<2> {
class Red:ver<0.1.71>:api<2> {
our %experimentals;
our @experimental-roles;
method events { Red::Class.instance.events }
Expand Down

0 comments on commit 0a8c5fa

Please sign in to comment.