Skip to content

Commit 293101d

Browse files
committed
Bump 3.4 RC and 4.0 Alpha versions in UI
1 parent 2d09655 commit 293101d

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { initialState } from '../reducer'
44
const API_SERVER = process.env.REACT_APP_API_SERVER
55
export const DEBUG_API_SERVER = 'https://v2.postgres.ai/api/general'
66

7-
export const availableTags = ['3.4.0-rc.5', '4.0.0-alpha.5']
7+
export const availableTags = ['3.4.0-rc.6', '4.0.0-alpha.6']
88

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

0 commit comments

Comments
 (0)