We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43d7ab1 commit 64e17c2Copy full SHA for 64e17c2
version.ts
@@ -1,5 +1,5 @@
1
/** `VERSION` managed by https://deno.land/x/publish */
2
-export const VERSION = "1.0.0-beta.36";
+export const VERSION = "1.0.0-beta.37";
3
4
/** The flag indicates that the version is canary version. */
5
export const isCanary = false;
0 commit comments