From f7f6bffa961acf9454f443a8d3dfeebafaf1810d Mon Sep 17 00:00:00 2001 From: zqj <582132116@qq.com> Date: Tue, 5 Jul 2022 15:22:47 +0800 Subject: [PATCH] feat: add message of verstion --- account.proto | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/account.proto b/account.proto index c9ae8db..faaca0e 100644 --- a/account.proto +++ b/account.proto @@ -22,8 +22,8 @@ message Register { string code = 3; // @inject_tag: binding:"required" } -message UpdateVersion { - int32 i = 1; - int32 x = 2; - int32 y = 3; +message VersionInfo { + int32 head = 1; + int32 big = 2; + int32 small = 3; } \ No newline at end of file -- libgit2 0.21.2