Skip to content

Commit

Permalink
ci: fix version parser
Browse files Browse the repository at this point in the history
  • Loading branch information
zyrouge committed Jul 14, 2024
1 parent f421b58 commit 21723e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

set -eu

sed -nr 's/const AppVersion = "([[:digit:]]\.[[:digit:]]\.[[:digit:]])"/\1/p' ./core/meta.go
sed -nr 's/const AppVersion = "([[:digit:]]+\.[[:digit:]]+\.[[:digit:]]+)"/\1/p' ./core/meta.go

0 comments on commit 21723e1

Please sign in to comment.