mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-30 01:04:49 -05:00
Update version
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
namespace ts {
|
||||
/** The version of the TypeScript compiler release */
|
||||
export const version = "2.4.0";
|
||||
export const version = "2.5.0";
|
||||
}
|
||||
|
||||
/* @internal */
|
||||
|
||||
@@ -1248,4 +1248,4 @@ namespace TypeScript.Services {
|
||||
// TODO: it should be moved into a namespace though.
|
||||
|
||||
/* @internal */
|
||||
const toolsVersion = "2.4";
|
||||
const toolsVersion = "2.5";
|
||||
Reference in New Issue
Block a user