From d9b4d0f91f7f9fd59a307ecf3742cb061755a7f8 Mon Sep 17 00:00:00 2001 From: bandywu <8084836+slip-away@user.noreply.gitee.com> Date: Thu, 29 Oct 2020 13:31:50 +0800 Subject: [PATCH] =?UTF-8?q?update=20config/config-dev.yml.=20=E6=B5=8B?= =?UTF-8?q?=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/config-dev.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config/config-dev.yml b/config/config-dev.yml index 1d42411..a796ecd 100644 --- a/config/config-dev.yml +++ b/config/config-dev.yml @@ -1,2 +1,4 @@ config: - info: "config info for config dir dev(dev)" \ No newline at end of file + info: "config info for config dir dev(dev)" + client: + version: "v1.2.2" \ No newline at end of file -- Gitee