diff options
author | Kitson Kelly <me@kitsonkelly.com> | 2020-11-09 10:58:21 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-09 10:58:21 +1100 |
commit | 71d7482577ee187187051ac8d9976a5387c038db (patch) | |
tree | 71a37e2c9a659dd83d9b964ef22d539a2c7923af /std/version.ts | |
parent | a269dffe17c644a182444030f9d756d2b1859a54 (diff) |
v1.5.2 (#8301)
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 fdb553360..cbf72ae3e 100644 --- a/std/version.ts +++ b/std/version.ts @@ -5,4 +5,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.76.0"; +export const VERSION = "0.77.0"; |