diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2020-10-27 16:00:23 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-27 16:00:23 +0100 |
commit | dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d (patch) | |
tree | d5b451af5fca29eff5e6628e9198b6ea55e499dd /std/version.ts | |
parent | 60cd7695ef2c3769aeaf9391a2dddc6c31a9e2f5 (diff) |
v1.5.0
Co-authored-by: Ryan Dahl <ry@tinyclouds.org>
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 8674a5757..a1d01209b 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.74.0"; +export const VERSION = "0.75.0"; |