We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88771a0 commit 07d8b8dCopy full SHA for 07d8b8d
Changes
@@ -1,6 +1,8 @@
1
Revision history for Red
2
3
{{$NEXT}}
4
+
5
+0.1.76 2025-03-29T02:01:56Z
6
- Trying to fix instalation
7
8
0.1.75 2025-03-11T10:15:14Z
META6.json
@@ -148,5 +148,5 @@
148
"Test::META",
149
"App::RaCoCo"
150
],
151
- "version": "0.1.75"
+ "version": "0.1.76"
152
}
lib/Red.rakumod
@@ -22,7 +22,7 @@ use Red::Schema;
22
use Red::Formatter;
23
use Red::AST::Infixes;
24
25
-class Red:ver<0.1.75>:api<2> {
+class Red:ver<0.1.76>:api<2> {
26
our %experimentals;
27
our @experimental-roles;
28
method events { Red::Class.instance.events }
0 commit comments