Update Version

This commit is contained in:
chen08209
2024-05-03 15:32:12 +08:00
parent 949a2aaac3
commit 442c32b6eb
2 changed files with 2 additions and 2 deletions

View File

@@ -107,7 +107,7 @@ jobs:
else
current="${{ github.ref_name }}"
echo -e "\n\n<details markdown=1><summary>All changes from $current to the latest commit:</summary>\n\n" >> release.md
gitchangelog "${prelease}.." >> release.md 2>&1 || echo "Error in gitchangelog"
gitchangelog "${prelease}" >> release.md 2>&1 || echo "Error in gitchangelog"
echo -e "\n\n</details>" >> release.md
fi
- name: Release

View File

@@ -1,7 +1,7 @@
name: fl_clash
description: A multi-platform proxy client based on ClashMeta, simple and easy to use, open-source and ad-free.
publish_to: 'none'
version: 0.7.1+1
version: 0.7.2
environment:
sdk: '>=3.1.0 <4.0.0'