From 3a94f324748c87ed6a8629b81a6f3cb5c40ace71 Mon Sep 17 00:00:00 2001 From: X Date: Fri, 29 Apr 2022 18:48:04 +0800 Subject: [PATCH] 1.0.0-alpha.26 --- version.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.ts b/version.ts index f71749f7d..2aadb4c7b 100644 --- a/version.ts +++ b/version.ts @@ -1,5 +1,5 @@ /** `VERSION` managed by https://deno.land/x/publish */ -export const VERSION = "1.0.0-alpha.25"; +export const VERSION = "1.0.0-alpha.26"; /** The flag indicates that the version is canary version. */ export const isCanary = false;