Skip to content

Commit 2a47552

Browse files
committed
update version to 1.4.1
1 parent 46ecdb9 commit 2a47552

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docker/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ services:
1818
max-size: "128m"
1919

2020
x2s3:
21-
image: ghcr.io/janeliascicomp/x2s3:1.4.0
21+
image: ghcr.io/janeliascicomp/x2s3:1.4.1
2222
container_name: x2s3
2323
restart: unless-stopped
2424
ports:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "x2s3"
3-
version = "1.4.0"
3+
version = "1.4.1"
44
description = "RESTful web service which makes any storage system X available as an S3-compatible REST API"
55
readme = "README.md"
66
license = { file = "LICENSE" }

0 commit comments

Comments
 (0)