diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2020-09-13 16:35:31 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-13 16:35:31 +0200 |
commit | b3fa81f867f933df41f274bd8eec10dddf1b1b28 (patch) | |
tree | c5f84f5f1f5f75365886476f6f580b584346190e /std/version.ts | |
parent | f06724f2388180c1d73eb0cc989f3499d84eb879 (diff) |
v1.4.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 1c19cb344..65c9f7011 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.68.0"; +export const VERSION = "0.69.0"; |