Skip to content

Commit

Permalink
0.1.70
Browse files Browse the repository at this point in the history
  • Loading branch information
FCO committed Apr 12, 2024
1 parent 4eb443a commit 0e49664
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.70 2024-02-26T00:45:07Z
- Last release had errors on the release process

0.1.69 2024-02-26T00:14:12Z
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.69"
"version": "0.1.70"
}
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.69>:api<2> {
class Red:ver<0.1.70>:api<2> {
our %experimentals;
our @experimental-roles;
method events { Red::Class.instance.events }
Expand Down

0 comments on commit 0e49664

Please sign in to comment.