Skip to content

Commit

Permalink
RDB Loader: bump to 0.15.0 (close #100)
Browse files Browse the repository at this point in the history
  • Loading branch information
chuwy committed Aug 22, 2018
1 parent 36765d0 commit 8e54f15
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 @@ -14,7 +14,7 @@
lazy val loader = project.in(file("."))
.settings(
name := "snowplow-rdb-loader",
version := "0.14.0",
version := "0.15.0",
initialCommands := "import com.snowplowanalytics.snowplow.rdbloader._",
Compile / mainClass := Some("com.snowplowanalytics.snowplow.rdbloader.Main")
)
Expand Down

0 comments on commit 8e54f15

Please sign in to comment.