From 59f1f884a2b5268a84ac06f0ce064cec7b01b561 Mon Sep 17 00:00:00 2001 From: X Date: Fri, 24 Sep 2021 22:33:29 +0800 Subject: [PATCH] v0.3.0-beta.18 --- version.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.ts b/version.ts index 05c7811ef..6bbfe122c 100644 --- a/version.ts +++ b/version.ts @@ -1,5 +1,5 @@ /** `VERSION` managed by https://deno.land/x/publish */ -export const VERSION = '0.3.0-beta.17' +export const VERSION = '0.3.0-beta.18' /** `prepublish` will be invoked before publish */ export async function prepublish(version: string): Promise {