Skip to main content
Module

x/alephjs/version.ts

The Full-stack Framework in Deno.
Go to Latest
File
/** `VERSION` managed by https://deno.land/x/publish */export const VERSION = "1.0.0-alpha.64.6";
/** The flag indicates that the version is canary version. */export const isCanary = false;