Commit ef16700d authored by zhuwenwen's avatar zhuwenwen
Browse files

release rc4

parent 0b2c14e3
......@@ -542,9 +542,9 @@ def get_version_add(sha: Optional[str] = None) -> str:
if sha != 'Unknown':
if sha is None:
sha = get_sha(vllm_root)
version = 'das.opt1.rc3.' + sha[:7]
version = 'das.opt1.rc4.' + sha[:7]
else:
version = 'das.opt1.rc3'
version = 'das.opt1.rc4'
# dtk version
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment