From 5d6a6d3c038c533d7cec68fafc700c978301b515 Mon Sep 17 00:00:00 2001 From: suecharo Date: Tue, 20 Sep 2022 21:59:16 +0000 Subject: [PATCH] Update version to 0.2.1 --- Dockerfile | 2 +- src/main.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 8579618..a5aceaf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM debian:stretch-slim LABEL org.opencontainers.image.authors="@suecharo " 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" diff --git a/src/main.ts b/src/main.ts index fb5f5c4..d881241 100644 --- a/src/main.ts +++ b/src/main.ts @@ -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 { try {