Skip to content

Commit

Permalink
chore(release): 2.2.1 [skip ci]
Browse files Browse the repository at this point in the history
## [2.2.1](v2.2.0...v2.2.1) (2024-11-20)

### Miscellaneous Chores

* **deps:** updated to .net 9 ([#72](#72)) ([0f6d6d2](0f6d6d2))
  • Loading branch information
semantic-release-bot committed Nov 20, 2024
1 parent 0f6d6d2 commit 9f6b11f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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} \
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9f6b11f

Please sign in to comment.