We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dddf7b0 commit cb3043dCopy full SHA for cb3043d
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+### 0.3.1 (Next)
2
+
3
+* Your contribution here.
4
5
### 0.3.0 (2025-07-05)
6
7
* [#10](https://github.com/dblock/ruby-link-checker/pull/10): Add a space after `:` to help rendering in GHA - [@dblock](https://github.com/dblock).
lib/ruby-link-checker/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module LinkChecker
- VERSION = '0.3.0'
+ VERSION = '0.3.1'
end
0 commit comments