From 0e49664015dbd42ee2dd34e495025946089a0774 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fernando=20Corr=C3=AAa=20de=20Oliveira?= Date: Mon, 26 Feb 2024 00:52:17 +0000 Subject: [PATCH] 0.1.70 --- Changes | 2 ++ META6.json | 2 +- lib/Red.rakumod | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Changes b/Changes index 9419205d..452e1e95 100644 --- a/Changes +++ b/Changes @@ -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 diff --git a/META6.json b/META6.json index 501bbe13..f6d2ac24 100644 --- a/META6.json +++ b/META6.json @@ -148,5 +148,5 @@ "Test::META", "App::RaCoCo" ], - "version": "0.1.69" + "version": "0.1.70" } diff --git a/lib/Red.rakumod b/lib/Red.rakumod index efbc373d..ea6fcf5c 100644 --- a/lib/Red.rakumod +++ b/lib/Red.rakumod @@ -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 }