From 172235d18a7f1fdd1aedb4e93540b7728fb9104a Mon Sep 17 00:00:00 2001 From: suecharo Date: Tue, 30 Jan 2024 00:51:11 +0900 Subject: [PATCH] Update version to 0.3.0 --- Dockerfile | 2 +- src/main.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 8b7c7ef..df28b77 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM debian:bullseye-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.5" +LABEL org.opencontainers.image.version="0.3.0" 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 5d81320..e612148 100644 --- a/src/main.ts +++ b/src/main.ts @@ -1,7 +1,7 @@ import { args, compare, crate } from "./mod.ts"; import * as colors from "colors"; -export const TonkazVersion = "0.2.5"; +export const TonkazVersion = "0.3.0"; export async function main(): Promise { try {