Skip to content

Commit

Permalink
0.6.14: Fix regex in golang parser
Browse files Browse the repository at this point in the history
  • Loading branch information
afinetooth committed Aug 28, 2024
1 parent f0dabda commit cd08ad9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion shard.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# Running make new_version will update the version number in this file
name: coverage-reporter
version: 0.6.14
crystal: ">= 1.7.2"
Expand Down
1 change: 0 additions & 1 deletion src/coverage_reporter.cr
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
require "./coverage_reporter/*"

# Running make new_version will update the version number in this file
module CoverageReporter
VERSION = "0.6.14"
end

0 comments on commit cd08ad9

Please sign in to comment.