release 1.8

This commit is contained in:
lixianjing 2024-08-21 11:17:11 +08:00
parent 87d0807503
commit 65b9e05339
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
# 最新动态
2024/08/21
* release 1.8
2024/08/16
* 修复编译警告。
* 修复cppcheck报告的警告。

View File

@ -1,6 +1,6 @@
#!/bin/bash
VERSION="1.4"
VERSION="1.8"
git checkout -b "$VERSION"
git push --set-upstream origin "$VERSION"