diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2020-11-16 11:14:00 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-16 11:14:00 +0100 |
commit | ab7b8ba8d15f37d6244784a16a3f4f3c96e38769 (patch) | |
tree | 5e80cfba7193240c8a2d961d3310589ef0b38131 /std/version.ts | |
parent | 37fbbf8101e7003d6de3d342db38fa9c55ab568f (diff) |
v1.5.3
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 cbf72ae3e..cb99c7a92 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.77.0"; +export const VERSION = "0.78.0"; |