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 e7e2023 commit 3603269Copy full SHA for 3603269
ui/packages/platform/src/components/DbLabInstanceForm/utils/index.tsx
@@ -5,9 +5,9 @@ import { initialState } from '../reducer'
5
const API_SERVER = process.env.REACT_APP_API_SERVER
6
export const DEBUG_API_SERVER = 'https://v2.postgres.ai/api/general'
7
8
-export const availableTags = ['3.4.0-rc.8', '4.0.0-alpha.6']
+export const availableTags = ['3.4.0', '4.0.0-alpha.6']
9
10
-export const sePackageTag = 'v1.0-rc.6'
+export const sePackageTag = 'v1.0-rc.7'
11
12
export const dockerRunCommand = (provider: string) => {
13
/* eslint-disable no-template-curly-in-string */
0 commit comments