Skip to content

Commit deaca06

Browse files
committed
feat: bump protobuf ts gateway version to 1.4.0
Bump the ProtobufTSGatewayVersion to 1.4.0. Signed-off-by: Edward Sammut Alessi <edward.sammutalessi@siderolabs.com>
1 parent 1dd7316 commit deaca06

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

internal/config/constants.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,9 @@ const (
107107
// ProtobufGoVersion is the version of protobuf.
108108
// renovate: datasource=go depName=google.golang.org/protobuf/cmd/protoc-gen-go
109109
ProtobufGoVersion = "v1.36.11"
110-
// ProtobufTSGatewayVersion is the version of protobuf-ts.
110+
// ProtobufTSGatewayVersion is the version of protoc-gen-grpc-gateway-ts.
111111
// renovate: datasource=go depName=github.com/siderolabs/protoc-gen-grpc-gateway-ts
112-
ProtobufTSGatewayVersion = "v1.3.1"
112+
ProtobufTSGatewayVersion = "v1.4.0"
113113
// ReleaseActionVersion is the version of release github action.
114114
// renovate: datasource=github-tags depName=softprops/action-gh-release
115115
ReleaseActionVersion = "v2.5.0"

0 commit comments

Comments
 (0)