Skip to content

Commit d8b7dea

Browse files
author
Dongwei
committed
[build] Update expr.version to quickBI-v4.0.0
1 parent 3391ac5 commit d8b7dea

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Build
22

33
on:
44
push:
5-
branches: [ main, quickBI-v3.0.0 ]
5+
branches: [ main, quickBI-v4.0.0 ]
66
paths:
77
- "**/*.java"
88
- "**/*.h"
@@ -13,7 +13,7 @@ on:
1313
- "settings.gradle"
1414
- ".github/workflows/build.yml"
1515
pull_request:
16-
branches: [ main, quickBI-v3.0.0 ]
16+
branches: [ main, quickBI-v4.0.0 ]
1717

1818
env:
1919
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ org.gradle.caching=true
2222
# Dingo group & version
2323
#
2424
GROUP=io.dingodb.expr
25-
VERSION=5.0.0-SNAPSHOT
25+
VERSION=quickBI-v4.0.0
2626

2727
#
2828
# Library versions

0 commit comments

Comments
 (0)