Skip to content

Commit def4984

Browse files
committed
Kinesis Elasticsearch Sink: bump to 0.7.0 (closes #2816)
1 parent 5851822 commit def4984

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/BuildSettings.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ object BuildSettings {
2020
// Basic settings for our app
2121
lazy val basicSettings = Seq[Setting[_]](
2222
organization := "com.snowplowanalytics",
23-
version := "0.6.0",
23+
version := "0.7.0",
2424
description := "Kinesis sink for Elasticsearch",
2525
scalaVersion := "2.10.1",
2626
scalacOptions := Seq("-deprecation", "-encoding", "utf8",

0 commit comments

Comments
 (0)