diff --git a/proto/milpacs.proto b/proto/milpacs.proto index 45c707a..ce6a39b 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.6.0"; + version: "1.6.1"; }; external_docs: { url: "https://github.com/7cav/api"; diff --git a/servers/server.go b/servers/server.go index f1b14a9..8781e8c 100644 --- a/servers/server.go +++ b/servers/server.go @@ -37,7 +37,7 @@ import ( "os" ) -const version = "1.6.0" +const version = "1.6.1" type MicroServer struct { addr string