From b2362e1ac9a462f7f303d41c66567674d9cc13a1 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 26 Apr 2024 15:04:03 +0000 Subject: [PATCH] chore(release): 1.3.1 [skip ci] ## [1.3.1](https://github.com/miracum/pathling-s3-import/compare/v1.3.0...v1.3.1) (2024-04-26) ### Bug Fixes * nicer logging ([#43](https://github.com/miracum/pathling-s3-import/issues/43)) ([094a2ea](https://github.com/miracum/pathling-s3-import/commit/094a2ea278bda8d318ea43e24fddc2d35104472d)) --- Dockerfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 6919181..9e3b0a3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ COPY src/PathlingS3Import/packages.lock.json . RUN dotnet restore --locked-mode COPY . . -ARG VERSION=1.3.0 +ARG VERSION=1.3.1 RUN dotnet publish \ -c Release \ -p:Version=${VERSION} \ diff --git a/README.md b/README.md index b0ac4ac..5956b4e 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Tool for automatically [$import'ing](https://pathling.csiro.au/docs/server/opera See the help text of the command by simply running: ```sh -docker run --rm -it ghcr.io/miracum/pathling-s3-import:v1.3.0 +docker run --rm -it ghcr.io/miracum/pathling-s3-import:v1.3.1 ``` ## Development