diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2020-06-19 14:48:14 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-19 14:48:14 -0400 |
commit | bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05 (patch) | |
tree | ee2f5b6ac514a3814ce4604fe7b07e045f2b288b /std/version.ts | |
parent | cddaacc955a8e0e0ab16298f9fad85af7efb1d03 (diff) |
v1.1.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 af90c48fb..d4c1092df 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.57.0"; +export const VERSION = "0.58.0"; |