Skip to content

Commit 107e987

Browse files
committed
chore: bump version
Signed-off-by: Elias Van Ootegem <elias@vega.xyz>
1 parent 47782bb commit 107e987

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

protos/blockexplorer/api/v1/blockexplorer.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

protos/data-node/api/v2/trading_data.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

protos/sources/blockexplorer/api/v1/blockexplorer.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ option go_package = "code.vegaprotocol.io/vega/protos/blockexplorer/api/v1";
1111
option (grpc.gateway.protoc_gen_openapiv2.options.openapiv2_swagger) = {
1212
info: {
1313
title: "Vega block explorer APIs";
14-
version: "v0.75.5";
14+
version: "v0.75.6";
1515
}
1616
schemes: [
1717
HTTP,

protos/sources/data-node/api/v2/trading_data.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ option go_package = "code.vegaprotocol.io/vega/protos/data-node/api/v2";
1717
option (grpc.gateway.protoc_gen_openapiv2.options.openapiv2_swagger) = {
1818
info: {
1919
title: "Vega data node APIs";
20-
version: "v0.75.5";
20+
version: "v0.75.6";
2121
}
2222
schemes: [
2323
HTTP,

protos/sources/vega/api/v1/core.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ option go_package = "code.vegaprotocol.io/vega/protos/vega/api/v1";
1212
option (grpc.gateway.protoc_gen_openapiv2.options.openapiv2_swagger) = {
1313
info: {
1414
title: "Vega core APIs";
15-
version: "v0.75.5";
15+
version: "v0.75.6";
1616
}
1717
schemes: [
1818
HTTP,

protos/sources/vega/api/v1/corestate.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ option go_package = "code.vegaprotocol.io/vega/protos/vega/api/v1";
1313
option (grpc.gateway.protoc_gen_openapiv2.options.openapiv2_swagger) = {
1414
info: {
1515
title: "Vega core state APIs";
16-
version: "v0.75.5";
16+
version: "v0.75.6";
1717
}
1818
schemes: [
1919
HTTP,

protos/vega/api/v1/core.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

protos/vega/api/v1/corestate.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import (
2222

2323
var (
2424
cliVersionHash = ""
25-
cliVersion = "v0.75.5"
25+
cliVersion = "v0.75.6"
2626
)
2727

2828
func init() {

0 commit comments

Comments
 (0)