Skip to content

Commit 500ff54

Browse files
increment $VERSION after 0.024 release
1 parent 69145fe commit 500ff54

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Changes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
Revision history for JSON-Schema-Tiny
22

3+
{{$NEXT}}
4+
35
0.024 2024-05-09 16:27:25Z
46
- update test results and exemptions for TJSA 1.024
57

lib/JSON/Schema/Tiny.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ package JSON::Schema::Tiny;
55
# ABSTRACT: Validate data against a schema, minimally
66
# KEYWORDS: JSON Schema data validation structure specification tiny
77

8-
our $VERSION = '0.024';
8+
our $VERSION = '0.025';
99

1010
use 5.020; # for unicode_strings, signatures, postderef features
1111
use stable 0.031 'postderef';

0 commit comments

Comments
 (0)