From 9f6b11fcfef4a60bf82722d3f54a0bdfcef7514d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 20 Nov 2024 16:48:02 +0000 Subject: [PATCH] chore(release): 2.2.1 [skip ci] ## [2.2.1](https://github.com/miracum/pathling-s3-import/compare/v2.2.0...v2.2.1) (2024-11-20) ### Miscellaneous Chores * **deps:** updated to .net 9 ([#72](https://github.com/miracum/pathling-s3-import/issues/72)) ([0f6d6d2](https://github.com/miracum/pathling-s3-import/commit/0f6d6d20d229cf64c472f809c50fb523d9a7bacb)) --- Dockerfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 76cfdc3..e93d978 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ COPY src/Directory.Build.props . RUN --mount=type=cache,id=nuget,target=/root/.nuget/packages dotnet restore --locked-mode COPY . . -ARG VERSION=2.2.0 +ARG VERSION=2.2.1 RUN --mount=type=cache,id=nuget,target=/root/.nuget/packages dotnet publish \ -c Release \ -p:Version=${VERSION} \ diff --git a/README.md b/README.md index 5912e40..e439db3 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:v2.2.0 +docker run --rm -it ghcr.io/miracum/pathling-s3-import:v2.2.1 ``` ## Development