Skip to content

Commit

Permalink
refactor(build_helper.py): remove v before version
Browse files Browse the repository at this point in the history
  • Loading branch information
chenmozhijin committed Oct 7, 2024
1 parent 19e8acf commit 270bfe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

match arg.task:
case 'get_version':
print(__version__)
print(__version__[1:])
case 'get_num_version':
print(num_version)
case 'get_year':
Expand Down

0 comments on commit 270bfe1

Please sign in to comment.