diff --git a/version.ts b/version.ts index 3d83a6f6f..01348b14c 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.46"; +export const VERSION = "1.0.0-alpha.47"; /** The flag indicates that the version is canary version. */ export const isCanary = false;