diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2020-08-08 18:59:16 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-08 18:59:16 -0400 |
commit | 92a173bca618cf6ef1e54c08deee61ba617491b9 (patch) | |
tree | ed3f2c226d4b532178acd45c027130a5c265f0c4 /std | |
parent | 604d008190df5c37d510f43e90f4d33f517f6e64 (diff) |
v1.2.3
Diffstat (limited to 'std')
-rw-r--r-- | std/version.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/std/version.ts b/std/version.ts index 7723816ab..b60cd0828 100644 --- a/std/version.ts +++ b/std/version.ts @@ -4,4 +4,4 @@ * the cli's API is stable. In the future when std becomes stable, likely we * will match versions with cli as we have in the past. */ -export const VERSION = "0.63.0"; +export const VERSION = "0.64.0"; |