Skip to content

Commit 182b2a7

Browse files
committed
release
1 parent 83649ab commit 182b2a7

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

Changes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ Revision history for Sparrow6
22

33
{{$NEXT}}
44

5+
0.0.80 2025-12-21T18:30:00Z
6+
57
parse-tags:
68
support nl/space macros
79
to handle cli args

META6.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,5 +81,5 @@
8181
],
8282
"test-depends": [
8383
],
84-
"version": "0.0.79"
84+
"version": "0.0.80"
8585
}

lib/Sparrow6.rakumod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
use v6;
44

5-
unit module Sparrow6:ver<0.0.79>;
5+
unit module Sparrow6:ver<0.0.80>;
66

7-
our $VERSION = "0.0.79.next";
7+
our $VERSION = "0.0.80";

0 commit comments

Comments
 (0)