From 47ef65956fcd5787240b449c50c8aa73ab9757be Mon Sep 17 00:00:00 2001 From: SyniRon <66834451+SyniRon@users.noreply.github.com> Date: Sat, 25 Jan 2025 19:40:01 -0500 Subject: [PATCH] increment version --- proto/milpacs.proto | 2 +- servers/server.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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