更新版本号v1.5.2

This commit is contained in:
John Smith 2021-04-24 11:31:19 +08:00
parent 659fddc4d5
commit 335248c076
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
</router-link> </router-link>
</div> </div>
<div class="version"> <div class="version">
v1.5.2-beta v1.5.2
</div> </div>
<sidebar></sidebar> <sidebar></sidebar>
</el-aside> </el-aside>

View File

@ -4,7 +4,7 @@ import asyncio
import aiohttp import aiohttp
VERSION = 'v1.5.1' VERSION = 'v1.5.2'
def check_update(): def check_update():