We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 694704f + a6e1dae commit 28ce76bCopy full SHA for 28ce76b
ui/packages/platform/src/components/DbLabInstanceForm/utils/index.tsx
@@ -8,9 +8,9 @@ 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-alpha.6']
+export const availableTags = ['3.5.0', '3.4.0', '4.0.0-beta.0']
12
13
-export const sePackageTag = 'v1.3'
+export const sePackageTag = 'v1.4'
14
15
export const dockerRunCommand = (provider: string) => {
16
switch (provider) {
0 commit comments