diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2020-06-26 23:45:12 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-26 17:45:12 -0400 |
commit | 5bc130be2722fe54d42004cc48536b390437ede3 (patch) | |
tree | d58ea06ac9f73165d81f99a2eacfca7ce9b95953 /std/version.ts | |
parent | 598a7dcc8425c9b377d79dc86e298db862e45b91 (diff) |
v1.1.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 d4c1092df..304464190 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.58.0"; +export const VERSION = "0.59.0"; |