diff --git a/proto/milpacs.pb.go b/proto/milpacs.pb.go index 245393f..37eda64 100644 --- a/proto/milpacs.pb.go +++ b/proto/milpacs.pb.go @@ -2540,7 +2540,7 @@ var file_milpacs_proto_rawDesc = string([]byte{ 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x24, 0x12, 0x22, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x31, 0x2f, 0x6d, 0x69, 0x6c, 0x70, 0x61, 0x63, 0x2f, 0x67, 0x61, 0x6d, 0x65, 0x72, 0x74, 0x61, 0x67, 0x2f, 0x7b, 0x67, 0x61, 0x6d, 0x65, 0x72, 0x74, 0x61, 0x67, 0x7d, 0x42, 0xc8, 0x01, 0x92, 0x41, 0xa9, - 0x01, 0x12, 0x07, 0x32, 0x05, 0x31, 0x2e, 0x37, 0x2e, 0x30, 0x2a, 0x01, 0x02, 0x5a, 0x59, 0x0a, + 0x01, 0x12, 0x07, 0x32, 0x05, 0x31, 0x2e, 0x37, 0x2e, 0x31, 0x2a, 0x01, 0x02, 0x5a, 0x59, 0x0a, 0x57, 0x0a, 0x06, 0x62, 0x65, 0x61, 0x72, 0x65, 0x72, 0x12, 0x4d, 0x08, 0x02, 0x12, 0x38, 0x41, 0x75, 0x74, 0x68, 0x65, 0x6e, 0x74, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x2c, 0x20, 0x70, 0x72, 0x65, 0x66, 0x69, 0x78, 0x65, 0x64, 0x20, 0x62, 0x79, diff --git a/proto/milpacs.proto b/proto/milpacs.proto index c7944ca..3206540 100644 --- a/proto/milpacs.proto +++ b/proto/milpacs.proto @@ -29,7 +29,7 @@ import "google/protobuf/empty.proto"; // These annotations are used when generating the OpenAPI file. option (grpc.gateway.protoc_gen_openapiv2.options.openapiv2_swagger) = { info: { - version: "1.7.0"; + version: "1.7.1"; }; external_docs: { url: "https://github.com/7cav/api"; diff --git a/servers/server.go b/servers/server.go index 59ae068..e50e2d4 100644 --- a/servers/server.go +++ b/servers/server.go @@ -37,7 +37,7 @@ import ( "os" ) -const version = "1.6.2" +const version = "1.7.1" type MicroServer struct { addr string diff --git a/third_party/OpenAPI/milpacs.swagger.json b/third_party/OpenAPI/milpacs.swagger.json index 77d7b81..368f67e 100644 --- a/third_party/OpenAPI/milpacs.swagger.json +++ b/third_party/OpenAPI/milpacs.swagger.json @@ -2,7 +2,7 @@ "swagger": "2.0", "info": { "title": "milpacs.proto", - "version": "1.7.0" + "version": "1.7.1" }, "tags": [ {