diff options
author | Bert Belder <bertbelder@gmail.com> | 2020-09-18 20:39:58 +0200 |
---|---|---|
committer | Bert Belder <bertbelder@gmail.com> | 2020-09-18 21:28:11 +0200 |
commit | d6f3de6feb006bf6911b938bfa43a3655c962c50 (patch) | |
tree | bb8bbd32e7c6f090003ac0b69f18f60f7663bf13 /std/version.ts | |
parent | f44522eac9c9f13835d4df62135bb5728a000239 (diff) |
v1.4.1
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 65c9f7011..5908e116a 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.69.0"; +export const VERSION = "0.70.0"; |