Skip to content

Commit 65ee147

Browse files
fix(desktop): align vendored instance version (hoppscotch#5687)
This fixes the stale vendored display version. `VENDORED_INSTANCE_CONFIG` currently stores old instance version `25.9.0` and while other components do override this correctly, it'd be better to keep this consistent per release. Closes FE-1102
1 parent 3527f21 commit 65ee147

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/hoppscotch-common/src/platform/instance.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export const VENDORED_INSTANCE_CONFIG: Instance = {
1818
kind: "vendored" as const,
1919
serverUrl: "app://hoppscotch",
2020
displayName: "Hoppscotch Desktop",
21-
version: "25.9.0",
21+
version: "25.12.0",
2222
lastUsed: new Date().toISOString(),
2323
bundleName: "Hoppscotch",
2424
}

0 commit comments

Comments
 (0)