Skip to content

Commit

Permalink
0.6.14: Update CI to cross-compile linux binaries for x86_64 and aarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
afinetooth committed Aug 26, 2024
1 parent 41e9bd4 commit 7e86e5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions shard.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# 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: 1 addition & 0 deletions src/coverage_reporter.cr
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
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 7e86e5e

Please sign in to comment.