Skip to content

Commit

Permalink
Set version to 2.3.2_1.15.3
Browse files Browse the repository at this point in the history
Also, tigger build.yaml on push to master, disabled publish.yaml.
  • Loading branch information
qinjunjerry committed Jan 30, 2023
1 parent a183010 commit fd51d6d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: Build
on:
pull_request:
branches: [ master ]
push:
branches: [ master ]

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ ext {

allprojects {
group = 'com.ververica.platform'
version = "2.3.1_${flinkVersion}"
version = "2.3.2_${flinkVersion}"
description = """Ververica Platform Lab - Flink Repository Analytics"""
}

Expand Down

0 comments on commit fd51d6d

Please sign in to comment.