update version

This commit is contained in:
lilong.129
2025-06-27 11:56:27 +08:00
parent ba43e9fd0e
commit 6c685acbf6
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1 +1 @@
v5.0.0-2506271152 v5.0.0-250627
+1 -1
View File
@@ -45,7 +45,7 @@ done
version_file=internal/version/VERSION version_file=internal/version/VERSION
# get current date # get current date
current_date=$(date +"%y%m%d%H%M") current_date=$(date +"%y%m%d")
# update version # update version
sed -i '' "s/[0-9]\{10\}/${current_date}/" "$version_file" sed -i '' "s/[0-9]\{10\}/${current_date}/" "$version_file"