We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7fbab1 commit ca56097Copy full SHA for ca56097
ui/packages/platform/src/components/DbLabInstanceForm/utils/index.tsx
@@ -10,7 +10,7 @@ export const DEBUG_API_SERVER = 'https://v2.postgres.ai/api/general'
10
11
export const availableTags = ['3.5.0', '3.4.0', '4.0.0-alpha.6']
12
13
-export const sePackageTag = 'v1.0'
+export const sePackageTag = 'v1.1'
14
15
export const dockerRunCommand = (provider: string) => {
16
switch (provider) {
0 commit comments