Skip to content

Commit

Permalink
Stream Enrich: bump to 0.14.0 (closes #3596)
Browse files Browse the repository at this point in the history
  • Loading branch information
knservis committed Feb 22, 2018
1 parent e4dcac0 commit 65c26c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 3-enrich/stream-enrich/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ lazy val root = project.in(file("."))
.settings(
organization := "com.snowplowanalytics",
name := "snowplow-stream-enrich",
version := "0.13.0",
version := "0.14.0",
description := "The Snowplow Enrichment process, implemented as an Amazon Kinesis app",
scalaVersion := "2.11.11",
scalacOptions := BuildSettings.compilerOptions,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ object SpecHelpers {
/**
* The Stream Enrich being used
*/
val EnrichVersion = "kinesis-0.13.0-common-0.31.0"
val EnrichVersion = "kinesis-0.14.0-common-0.31.0"

val TimestampRegex = "[0-9\\s-:.]+"

Expand Down

0 comments on commit 65c26c8

Please sign in to comment.