Browse Source

更新客户端版本配置

zhanglong7 4 years ago
parent
commit
e11fd80492
1 changed files with 1 additions and 1 deletions
  1. 1 1
      show-server/src/main/resources/server-config.xml

+ 1 - 1
show-server/src/main/resources/server-config.xml

@ -4,7 +4,7 @@
4 4
	<!-- 发布之前修改为true,会提升一些性能 -->
5 5
	<config name="productMode" value="false"/>
6 6
	<!-- 客户端版本号 -->
7
	<config name="clientVersion" value="3.0.20170216"/>
7
	<config name="clientVersion" value="3.0.20210305"/>
8 8
	<!-- 客户端是否强制更新 -->
9 9
	<config name="isForceUpdate" value="true"/>
10 10
	<!-- 服务端应用编码 -->