diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2021-01-20 00:24:27 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-20 00:24:27 -0500 |
commit | 0f7a02500c0abdaae4ecfa89259c026c624773a9 (patch) | |
tree | 4f1a5fe11c53b1b28aecd25b01eec606428c3d57 /std/version.ts | |
parent | bfaa121cd247870b31bb3315da332949333ffcb5 (diff) |
v1.7.0 with release notes
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 a77797029..575fb7435 100644 --- a/std/version.ts +++ b/std/version.ts @@ -5,4 +5,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.83.0"; +export const VERSION = "0.84.0"; |