diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2020-07-13 19:00:24 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-13 13:00:24 -0400 |
commit | 6af5149ea3d9b0accf7122073abbf852e355846f (patch) | |
tree | fb3a340a3d153aa550bb70a2ec2b835a81359f56 /std/version.ts | |
parent | d619e3c7ac8618c5cd30fcc314db2ef994c604e4 (diff) |
v1.2.0
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 b6fac837f..7df219570 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.60.0"; +export const VERSION = "0.61.0"; |