Skip to content

Commit 51a3ae5

Browse files
committed
Bump version to 0.1.1 for a test release.
1 parent b06b0bc commit 51a3ae5

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/build-cyclone-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,4 @@ jobs:
2626
artifacts: "target/scala-2.12/spark-cyclone-sql-plugin-assembly-*.jar"
2727
body: "Spark Cyclone release ${GITHUB_REF#refs/heads/}"
2828
token: ${{ secrets.GITHUB_TOKEN }}
29+
prerelease: true

build.sbt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ lazy val root = Project(id = "spark-cyclone-sql-plugin", base = file("."))
2121
.configs(VectorEngine)
2222
.configs(TPC)
2323
.configs(CMake)
24+
.settings(
25+
version := "0.1.1"
26+
)
2427

2528
lazy val tracing = project
2629
.enablePlugins(JavaServerAppPackaging)

0 commit comments

Comments
 (0)