Sign in
apache
/
doris-website
/
refs/heads/fix-window-function-datetime-docs
/
.
/
src
/
constant
/
version.ts
blob: c8e01c154d6e5bc6a3d8f095ca3eebc666585a59 [
file
] [
log
] [
blame
]
export
const
VERSIONS
=
[
'1.2'
,
'2.0'
,
'2.1'
,
'3.x'
,
'4.x'
,
'dev'
];
export
const
DEFAULT_VERSION
=
'4.x'
;