Skip to content

Commit

Permalink
0.2.20: improve golang coverage detector
Browse files Browse the repository at this point in the history
  • Loading branch information
mrexox committed Apr 6, 2023
1 parent 5c8ca17 commit 0929e33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion shard.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: coverage-reporter
version: 0.2.18
version: 0.2.20

authors:
- Jordan Oroshiba <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion src/coverage_reporter.cr
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
require "./coverage_reporter/*"

module CoverageReporter
VERSION = "0.2.18"
VERSION = "0.2.20"
end

0 comments on commit 0929e33

Please sign in to comment.