Skip to content

Commit c794279

Browse files
committed
Kinesis Elasticsearch Sink: bump to 0.8.0 (closes #2885)
1 parent 5d1c817 commit c794279

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/BuildSettings.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ object BuildSettings {
2525
// Basic settings for our app
2626
lazy val basicSettings = Seq[Setting[_]](
2727
organization := "com.snowplowanalytics",
28-
version := "0.7.0",
28+
version := "0.8.0",
2929
description := "Kinesis sink for Elasticsearch",
3030
scalaVersion := "2.10.1",
3131
scalacOptions := Seq("-deprecation", "-encoding", "utf8",

0 commit comments

Comments
 (0)