From 598c94698fea4de425436ea281961e4584d68154 Mon Sep 17 00:00:00 2001 From: suecharo Date: Fri, 16 Sep 2022 03:45:51 +0000 Subject: [PATCH] Update version to 0.1.1 --- Dockerfile | 2 +- src/main.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 3e96b93..e85fbba 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.1.0" +LABEL org.opencontainers.image.version="0.1.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 2bc7539..78bce8c 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.1.0"; +export const TonkazVersion = "0.1.1"; export async function main(): Promise { try {