We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3da12b4 commit 102c0a7Copy full SHA for 102c0a7
build.sbt
@@ -23,7 +23,7 @@ lazy val root = (project in file("."))
23
.settings(
24
organization := "ai.hunters",
25
name := "spark-adaptive-file-connector",
26
- version := "1.0.0-SNAPSHOT")
+ version := "1.0.0")
27
28
ThisBuild / versionScheme := Some("semver-spec")
29
0 commit comments