Skip to content

Commit

Permalink
set to version 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
dazfuller committed Oct 28, 2023
1 parent 3eeef00 commit 5a193bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ val sparkVersion = settingKey[String]("Spark version")
val scalaTestVersion = settingKey[String]("ScalaTest version")

name := "spark-cef-reader"
version := "0.6-SNAPSHOT"
version := "0.6"
organization := "com.elastacloud"
description := "CEF data source for Spark"
homepage := Some(url("https://github.com/elastacloud/spark-cef-reader"))
Expand Down

0 comments on commit 5a193bd

Please sign in to comment.