Skip to content

Commit

Permalink
Update version to 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
suecharo committed Sep 21, 2022
1 parent 3f4810a commit a1e4c94
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:stretch-slim
LABEL org.opencontainers.image.authors="@suecharo <[email protected]>"
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.2"
LABEL org.opencontainers.image.version="0.2.3"
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.2";
export const TonkazVersion = "0.2.3";

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

0 comments on commit a1e4c94

Please sign in to comment.