Skip to content

Commit

Permalink
Update version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
suecharo committed Jan 29, 2024
1 parent e39484c commit 172235d
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:bullseye-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.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"

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 * as colors from "colors";

export const TonkazVersion = "0.2.5";
export const TonkazVersion = "0.3.0";

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

0 comments on commit 172235d

Please sign in to comment.