diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2020-06-12 18:43:09 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-12 18:43:09 +0200 |
commit | 7d41bacfba6a3557066345ecd282f0d83e4a4381 (patch) | |
tree | e0acb4bf342dd7f84a4a9b12d42a850b1f7391ed /std/version.ts | |
parent | e613bfe47a3ebec076c82d038738904114ff2a7c (diff) |
v1.1.0
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 2199cdfed..af90c48fb 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.56.0"; +export const VERSION = "0.57.0"; |