Skip to content

Commit

Permalink
Update version to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
suecharo committed Sep 20, 2022
1 parent dd97550 commit 5d6a6d3
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 <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.0"
LABEL org.opencontainers.image.version="0.2.1"
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.0";
export const TonkazVersion = "0.2.1";

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

0 comments on commit 5d6a6d3

Please sign in to comment.