diff options
Diffstat (limited to 'cli/js/version.ts')
-rw-r--r-- | cli/js/version.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/js/version.ts b/cli/js/version.ts index 08ac58122..e1adb7e79 100644 --- a/cli/js/version.ts +++ b/cli/js/version.ts @@ -1,4 +1,4 @@ -// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license. +// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. interface Version { deno: string; v8: string; |