From 6d265c09eb6f6f0f2d71106f8f0b21b018d2b6c9 Mon Sep 17 00:00:00 2001 From: Eric Meisel Date: Fri, 18 Jun 2021 23:17:06 -0500 Subject: [PATCH] Release 0.0.16 --- README.md | 4 ++-- version.sbt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9ab477e2..d4c006fd 100644 --- a/README.md +++ b/README.md @@ -25,8 +25,8 @@ A mock for the [Kinesis](https://docs.aws.amazon.com/kinesis/latest/APIReference It is available as a docker image in the GitHub Container Registry: ```shell -docker pull ghcr.io/etspaceman/kinesis-mock:0.0.15 -docker run -p 4567:4567 -p 4568:4568 ghcr.io/etspaceman/kinesis-mock:0.0.15 +docker pull ghcr.io/etspaceman/kinesis-mock:0.0.16 +docker run -p 4567:4567 -p 4568:4568 ghcr.io/etspaceman/kinesis-mock:0.0.16 ``` You can also leverage the following executable options in the release assets: diff --git a/version.sbt b/version.sbt index a6a649b0..a5873646 100644 --- a/version.sbt +++ b/version.sbt @@ -1 +1 @@ -ThisBuild / version := "0.0.16-SNAPSHOT" +ThisBuild / version := "0.0.16"