diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2020-05-29 18:48:48 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-29 18:48:48 +0200 |
commit | 106b00173806e088472e123d04fdc8d260c3820d (patch) | |
tree | 1935ca0e2986a000a36cb1225a24b8522c7d36d8 /std/version.ts | |
parent | 8e39275429c36ff5dfa5d62a80713c5b288fe26a (diff) |
v1.0.3
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 e05359510..dca20431b 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.53.0"; +export const VERSION = "0.54.0"; |