diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2020-10-02 14:37:48 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-02 14:37:48 +0200 |
commit | 63efa5f15dccf48d7a27f7d55344f1de63f786af (patch) | |
tree | 7acfb7d4168c9fa54e454077b7c8a5edf9292a4d /std | |
parent | e5348a6a38b3c06a916223ad0b99e8cfe47725b1 (diff) |
v1.4.3
Diffstat (limited to 'std')
-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 c390df80a..2193d4350 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.71.0"; +export const VERSION = "0.72.0"; |