From 34755538ff3b4fec40351177e5a11c2e3dbddfdf Mon Sep 17 00:00:00 2001 From: sjorge Date: Mon, 9 Dec 2024 21:35:08 +0100 Subject: [PATCH] feat: prepare for v2.0.1 --- src/vars.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vars.ts b/src/vars.ts index 6c93157..7682243 100644 --- a/src/vars.ts +++ b/src/vars.ts @@ -1,4 +1,4 @@ export const _DEFINE_PROG: string = "akiba"; -export const _DEFINE_VER: string = "2.0.0"; +export const _DEFINE_VER: string = "2.0.1"; // vim: tabstop=2 shiftwidth=2 softtabstop=0 smarttab expandtab