diff --git a/docs/changes.md b/docs/changes.md index 3361b4f2b..d7639284a 100644 --- a/docs/changes.md +++ b/docs/changes.md @@ -1,5 +1,8 @@ # 最新动态 +2024/08/21 + * release 1.8 + 2024/08/16 * 修复编译警告。 * 修复cppcheck报告的警告。 diff --git a/scripts/release_version.sh b/scripts/release_version.sh index eabc64269..03b26d549 100755 --- a/scripts/release_version.sh +++ b/scripts/release_version.sh @@ -1,6 +1,6 @@ #!/bin/bash -VERSION="1.4" +VERSION="1.8" git checkout -b "$VERSION" git push --set-upstream origin "$VERSION"