Skip to content

Commit 775e28c

Browse files
authoredApr 4, 2025··
Merge pull request #5 from snkrdunk/tagpr-from-v0.65.2
Release for v0.65.3
2 parents 9ffed8e + 116a6c4 commit 775e28c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed
 

‎CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Changelog
22

3+
## [v0.65.3](https://github.com/snkrdunk/octocov/compare/v0.65.2...v0.65.3) - 2025-04-04
4+
35
## [v0.65.2](https://github.com/snkrdunk/octocov/compare/v0.65.1...v0.65.2) - 2025-04-04
46
### Other Changes
57
- replace repository name by @TP-113 in https://github.com/snkrdunk/octocov/pull/3

‎version/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ package version
44
const Name string = "octocov"
55

66
// Version for this.
7-
var Version = "0.65.2" //nostyle:repetition
7+
var Version = "0.65.3" //nostyle:repetition

0 commit comments

Comments
 (0)
Please sign in to comment.