diff options
Diffstat (limited to 'cli/build.rs')
-rw-r--r-- | cli/build.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/build.rs b/cli/build.rs index 8e9aa474b..3f4cd2a5b 100644 --- a/cli/build.rs +++ b/cli/build.rs @@ -72,7 +72,7 @@ fn create_compiler_snapshot( fn ts_version() -> String { // TODO(ry) This should be automatically extracted from typescript.js - "3.9.2".to_string() + "3.9.7".to_string() } fn main() { |