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

View File

@@ -1 +1 @@
v5.0.0-2506271152
v5.0.0-250627

View File

@@ -45,7 +45,7 @@ done
version_file=internal/version/VERSION
# get current date
current_date=$(date +"%y%m%d%H%M")
current_date=$(date +"%y%m%d")
# update version
sed -i '' "s/[0-9]\{10\}/${current_date}/" "$version_file"