Skip to content

Commit 07d8b8d

Browse files
author
Fernando Corrêa de Oliveira
committed
0.1.76
1 parent 88771a0 commit 07d8b8d

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

Changes

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
Revision history for Red
22

33
{{$NEXT}}
4+
5+
0.1.76 2025-03-29T02:01:56Z
46
- Trying to fix instalation
57

68
0.1.75 2025-03-11T10:15:14Z

META6.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,5 +148,5 @@
148148
"Test::META",
149149
"App::RaCoCo"
150150
],
151-
"version": "0.1.75"
151+
"version": "0.1.76"
152152
}

lib/Red.rakumod

+1-1
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.75>:api<2> {
25+
class Red:ver<0.1.76>:api<2> {
2626
our %experimentals;
2727
our @experimental-roles;
2828
method events { Red::Class.instance.events }

0 commit comments

Comments
 (0)