diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2020-05-14 13:45:05 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-14 13:45:05 +0200 |
commit | c474d383543708fc636c06dd2e4a9100495f45c5 (patch) | |
tree | f0708ae306672f5d2d395b1aebc4dca21c4f84c4 /std/version.ts | |
parent | 524b1547b7c291763d6ca066ce8e10ae6398190b (diff) |
std/0.51.0 (#5336)
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 835b0f38c..3b29e26ef 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.50.0"; +export const VERSION = "0.51.0"; |