Skip to content

Commit

Permalink
Merge pull request #427 from k1LoW/tagpr-from-v0.62.2
Browse files Browse the repository at this point in the history
  • Loading branch information
k1LoW authored Nov 27, 2024
2 parents 6f16700 + 037c28d commit 072dd94
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [v0.62.3](https://github.com/k1LoW/octocov/compare/v0.62.2...v0.62.3) - 2024-11-27
### Other Changes
- chore(deps): bump github.com/cli/go-gh/v2 from 2.6.0 to 2.11.1 by @dependabot in https://github.com/k1LoW/octocov/pull/426

## [v0.62.2](https://github.com/k1LoW/octocov/compare/v0.62.1...v0.62.2) - 2024-11-25
### Other Changes
- chore(deps): bump the dependencies group across 1 directory with 16 updates by @dependabot in https://github.com/k1LoW/octocov/pull/414
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ package version
const Name string = "octocov"

// Version for this.
var Version = "0.62.2" //nostyle:repetition
var Version = "0.62.3" //nostyle:repetition

0 comments on commit 072dd94

Please sign in to comment.