Skip to content

Commit

Permalink
chore(main): release 1.63.2 (#1322)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Jan 22, 2024
1 parent 931ab2d commit dd29630
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.63.1"
".": "1.63.2"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.63.2](https://github.com/googleapis/api-linter/compare/v1.63.1...v1.63.2) (2024-01-22)


### Bug Fixes

* tweak cli integration test ([#1320](https://github.com/googleapis/api-linter/issues/1320)) ([931ab2d](https://github.com/googleapis/api-linter/commit/931ab2dec5005d7c4fcc7b656bcd4141c55daeaa))

## [1.63.1](https://github.com/googleapis/api-linter/compare/v1.63.0...v1.63.1) (2024-01-08)


Expand Down
2 changes: 1 addition & 1 deletion internal/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
package internal

// Version is the current tagged release of the library.
const Version = "1.63.1"
const Version = "1.63.2"

0 comments on commit dd29630

Please sign in to comment.