diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-03-15 22:22:38 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-15 22:22:38 +0100 |
commit | 60639b6e5005f216d56b04a499540e0a4689e8d0 (patch) | |
tree | 6648b72d49be156514505894ae2a9b8248a3b8b4 /vendor/google.golang.org/protobuf/internal/version | |
parent | 839f384e45ce518e3ed67a9f51b4593b28c1a79b (diff) | |
download | matterbridge-msglm-60639b6e5005f216d56b04a499540e0a4689e8d0.tar.gz matterbridge-msglm-60639b6e5005f216d56b04a499540e0a4689e8d0.tar.bz2 matterbridge-msglm-60639b6e5005f216d56b04a499540e0a4689e8d0.zip |
Bump google.golang.org/protobuf from 1.29.0 to 1.29.1 (#2018)
Bumps [google.golang.org/protobuf](https://github.com/protocolbuffers/protobuf-go) from 1.29.0 to 1.29.1.
- [Release notes](https://github.com/protocolbuffers/protobuf-go/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf-go/blob/master/release.bash)
- [Commits](https://github.com/protocolbuffers/protobuf-go/compare/v1.29.0...v1.29.1)
---
updated-dependencies:
- dependency-name: google.golang.org/protobuf
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'vendor/google.golang.org/protobuf/internal/version')
-rw-r--r-- | vendor/google.golang.org/protobuf/internal/version/version.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/google.golang.org/protobuf/internal/version/version.go b/vendor/google.golang.org/protobuf/internal/version/version.go index f6e0119f..daefe110 100644 --- a/vendor/google.golang.org/protobuf/internal/version/version.go +++ b/vendor/google.golang.org/protobuf/internal/version/version.go @@ -52,7 +52,7 @@ import ( const ( Major = 1 Minor = 29 - Patch = 0 + Patch = 1 PreRelease = "" ) |