mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-23 16:17:49 +00:00
commit
6762c6f5a2
@ -76,7 +76,7 @@ def get_snapshot_version():
|
|||||||
return "{version}dev{tag_dist:04}-0x{commit}".format(
|
return "{version}dev{tag_dist:04}-0x{commit}".format(
|
||||||
version=get_version(), # this should already be the next version
|
version=get_version(), # this should already be the next version
|
||||||
tag_dist=tag_dist,
|
tag_dist=tag_dist,
|
||||||
commit=commit
|
commit=commit.decode()
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user