Skip to content

Commit 2dd5100

Browse files
author
Bogdan Tsechoev
committed
fix(ui): Create DBLab instance page: Update 4.0 beta.0 tag to beta.7
1 parent bc9ea62 commit 2dd5100

File tree

1 file changed

+1
-1
lines changed
  • ui/packages/platform/src/components/DbLabInstanceForm/utils

1 file changed

+1
-1
lines changed

Diff for: ui/packages/platform/src/components/DbLabInstanceForm/utils/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { useCloudProviderProps } from 'hooks/useCloudProvider'
88
const API_SERVER = process.env.REACT_APP_API_SERVER
99
export const DEBUG_API_SERVER = 'https://v2.postgres.ai/api/general'
1010

11-
export const availableTags = ['3.5.0', '3.4.0', '4.0.0-beta.0']
11+
export const availableTags = ['3.5.0', '3.4.0', '4.0.0-beta.7']
1212

1313
export const sePackageTag = 'v1.4'
1414

0 commit comments

Comments
 (0)