diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2020-07-31 15:14:25 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-31 15:14:25 -0400 |
commit | 7446230e6b39a0d3ce70b8fffbed3ebc63e8c762 (patch) | |
tree | 007a5997b5e3692c0471af52906e0f10d21b724a /std/version.ts | |
parent | b718e6ff53156a0aae486e570ce7c9cb8a3b822a (diff) |
v1.2.2
Diffstat (limited to 'std/version.ts')
-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 b19283ee7..7723816ab 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.62.0"; +export const VERSION = "0.63.0"; |