Skip to content

Commit

Permalink
Update version to 0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
suecharo committed Jun 6, 2023
1 parent 000074c commit 570cebd
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 @@ -3,7 +3,7 @@ FROM debian:bullseye-slim
LABEL org.opencontainers.image.authors="@suecharo <suehiro619@gmail.com>"
LABEL org.opencontainers.image.url="https://github.com/sapporo-wes/tonkaz"
LABEL org.opencontainers.image.source="https://github.com/sapporo-wes/tonkaz/blob/main/Dockerfile"
LABEL org.opencontainers.image.version="0.2.4"
LABEL org.opencontainers.image.version="0.2.5"
LABEL org.opencontainers.image.description="CLI tool to verify workflow reproducibility"
LABEL org.opencontainers.image.licenses="Apache2.0"

Expand Down
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { args, compare, crate } from "./mod.ts";
import { color } from "./deps.ts";

export const TonkazVersion = "0.2.4";
export const TonkazVersion = "0.2.5";

export async function main(): Promise<void> {
try {
Expand Down

0 comments on commit 570cebd

Please sign in to comment.