Skip to content

Commit 3603269

Browse files
committed
Adjust tags in the SE snippets
1 parent e7e2023 commit 3603269

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

ui/packages/platform/src/components/DbLabInstanceForm/utils/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ import { initialState } from '../reducer'
55
const API_SERVER = process.env.REACT_APP_API_SERVER
66
export const DEBUG_API_SERVER = 'https://v2.postgres.ai/api/general'
77

8-
export const availableTags = ['3.4.0-rc.8', '4.0.0-alpha.6']
8+
export const availableTags = ['3.4.0', '4.0.0-alpha.6']
99

10-
export const sePackageTag = 'v1.0-rc.6'
10+
export const sePackageTag = 'v1.0-rc.7'
1111

1212
export const dockerRunCommand = (provider: string) => {
1313
/* eslint-disable no-template-curly-in-string */

0 commit comments

Comments
 (0)