Skip to content

Commit d17084c

Browse files
committed
0.6.17: Update crystal version to 1.17
1 parent 6856816 commit d17084c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

shard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: coverage-reporter
2-
version: 0.6.16
2+
version: 0.6.17
33
crystal: ">= 1.17.1"
44
license: MIT
55

src/coverage_reporter.cr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
require "./coverage_reporter/*"
22

33
module CoverageReporter
4-
VERSION = "0.6.16"
4+
VERSION = "0.6.17"
55
end

0 commit comments

Comments
 (0)