We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9ffed8e + 116a6c4 commit 775e28cCopy full SHA for 775e28c
CHANGELOG.md
@@ -1,5 +1,7 @@
1
# Changelog
2
3
+## [v0.65.3](https://github.com/snkrdunk/octocov/compare/v0.65.2...v0.65.3) - 2025-04-04
4
+
5
## [v0.65.2](https://github.com/snkrdunk/octocov/compare/v0.65.1...v0.65.2) - 2025-04-04
6
### Other Changes
7
- replace repository name by @TP-113 in https://github.com/snkrdunk/octocov/pull/3
version/version.go
@@ -4,4 +4,4 @@ package version
const Name string = "octocov"
// Version for this.
-var Version = "0.65.2" //nostyle:repetition
+var Version = "0.65.3" //nostyle:repetition
0 commit comments