Skip to content

Commit

Permalink
release 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
grodowski committed Dec 13, 2024
1 parent 2f8865e commit 258e345
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/undercover/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Undercover
VERSION = '0.6.0'
VERSION = '0.6.1'
end

Check warning on line 5 in lib/undercover/version.rb

View check run for this annotation

UndercoverCI / coverage

Untested module

Module `Undercover` is missing coverage for line (node coverage: 0.0).
Raw output
3: module Undercover hits: n/a
4:   VERSION = '0.6.1' hits: n/a
5: end hits: n/a

0 comments on commit 258e345

Please sign in to comment.