Skip to content

Commit 2dea89f

Browse files
committed
update staging version to v0.3.1
Signed-off-by: dalthecow <[email protected]>
1 parent b9d63af commit 2dea89f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guidellm/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class Environment(str, Enum):
3333

3434
ENV_REPORT_MAPPING = {
3535
Environment.PROD: "https://blog.vllm.ai/guidellm/ui/v0.3.1/index.html",
36-
Environment.STAGING: "https://blog.vllm.ai/guidellm/ui/release/v0.3.0/index.html",
36+
Environment.STAGING: "https://blog.vllm.ai/guidellm/ui/release/v0.3.1/index.html",
3737
Environment.DEV: "https://blog.vllm.ai/guidellm/ui/dev/index.html",
3838
Environment.LOCAL: "http://localhost:3000/index.html",
3939
}

0 commit comments

Comments
 (0)