打包准备

This commit is contained in:
lwch
2022-09-05 10:19:51 +08:00
parent e215fe54a3
commit c1a9a197a2
3 changed files with 5 additions and 4 deletions
+3 -2
View File
@@ -153,6 +153,7 @@
1. 修正windows下连接异常无法正常退出的问题
# TODO
# v0.10.5
1. 修改注册系统服务时的配置项
1. 修改注册系统服务时的配置项
2. 升级第三方库
+1 -1
View File
@@ -1,6 +1,6 @@
#!/bin/sh
VERSION=0.10.4
VERSION=0.10.5
DOCKER_BUILDKIT=1 docker build -t natpass -f contrib/build/Dockerfile .
docker run --rm \
+1 -1
View File
@@ -1,6 +1,6 @@
#!/bin/sh
VERSION=0.10.4
VERSION=0.10.5
DOCKER_BUILDKIT=1 docker build -t natpass -f contrib/build/Dockerfile .
docker run --rm \