From d50a67a26aa84d1fb81e9de230a59a653129a6c7 Mon Sep 17 00:00:00 2001 From: flyworker Date: Sat, 5 Sep 2026 23:33:54 +0000 Subject: [PATCH] chore: bump version to v0.5.5 Prepares the v0.5.5 tag: per-model earnings colouring priced from the platform's own figure, persistent request history, daily earnings buckets, context-window provenance, the models.json override that was being erased, and warmup output validation. --- build/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/version.go b/build/version.go index 0cadbffa..85db0b38 100644 --- a/build/version.go +++ b/build/version.go @@ -11,7 +11,7 @@ var DefaultInferenceWSURL = "wss://inference-ws.swanchain.io" var DefaultInferenceAPIURL = "https://api.swanchain.io/api/v1" var DefaultInferenceDashboardURL = "https://inference.swanchain.io" -const BuildVersion = "0.5.4" +const BuildVersion = "0.5.5" const UBITaskImageIntelCpu = "swanhub/ubi-worker-cpu-intel:latest" const UBITaskImageIntelGpu = "swanhub/ubi-worker-gpu-intel:latest"