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