diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2020-12-22 17:00:35 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-22 17:00:35 +0100 |
commit | d199e45ad5dd180a6969abcd528023e173a1e1ff (patch) | |
tree | f3b18c05c88856e7a2811685603cbd8e435a3df0 /std | |
parent | 6ce310fa2729ec8ab81a5db6410d024b3f2585c1 (diff) |
v1.6.2
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 05603ffc5..c2e1243e5 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.81.0"; +export const VERSION = "0.82.0"; |