Skip to main content
Module

x/aleph/version.ts

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