diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2020-05-20 12:40:26 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-20 12:40:26 -0400 |
commit | 49dda23f6b936f21de2a3de4be39771f30ddd6e9 (patch) | |
tree | 165968df2325f4f805d00c426c8bf42936cdd47e /std/version.ts | |
parent | 765acd3170dca4320397fbdec41540b43e6d4315 (diff) |
v1.0.1
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 3b29e26ef..56b4f1684 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.51.0"; +export const VERSION = "0.52.0"; |