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 bc9ea62 commit 2dd5100Copy full SHA for 2dd5100
ui/packages/platform/src/components/DbLabInstanceForm/utils/index.tsx
@@ -8,7 +8,7 @@ import { useCloudProviderProps } from 'hooks/useCloudProvider'
8
const API_SERVER = process.env.REACT_APP_API_SERVER
9
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-beta.0']
+export const availableTags = ['3.5.0', '3.4.0', '4.0.0-beta.7']
12
13
export const sePackageTag = 'v1.4'
14
0 commit comments