Skip to content

Commit

Permalink
Update version to 0.5.9
Browse files Browse the repository at this point in the history
  • Loading branch information
suecharo committed Jan 30, 2024
1 parent 781e664 commit 6ebfa33
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ license = "apache-2.0"
name = "yevis"
readme = "https://github.com/sapporo-wes/yevis-cli/README.md"
repository = "https://github.com/sapporo-wes/yevis-cli"
version = "0.5.8"
version = "0.5.9"

[dependencies]
anyhow = {version = "1.0.79", features = ["backtrace"]}
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM debian:bullseye-slim
LABEL org.opencontainers.image.authors="DDBJ(Bioinformatics and DDBJ Center) <[email protected]>"
LABEL org.opencontainers.image.url="https://github.com/sapporo-wes/yevis-cli"
LABEL org.opencontainers.image.source="https://github.com/sapporo-wes/yevis-cli/blob/main/Dockerfile"
LABEL org.opencontainers.image.version="0.5.8"
LABEL org.opencontainers.image.version="0.5.9"
LABEL org.opencontainers.image.description="CLI tool to support building and maintaining Yevis workflow registry"
LABEL org.opencontainers.image.licenses="Apache2.0"

Expand Down
2 changes: 1 addition & 1 deletion compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3.5"
services:
app:
image: ghcr.io/sapporo-wes/yevis-cli:0.5.8
image: ghcr.io/sapporo-wes/yevis-cli:0.5.9
container_name: yevis-cli
volumes:
- /var/run/docker.sock:/var/run/docker.sock
Expand Down

0 comments on commit 6ebfa33

Please sign in to comment.