Update ServicesVersion

This commit is contained in:
Mohamed Hegazy 2015-01-28 17:13:26 -08:00
parent cf0ee9ecae
commit fd3562b60f

View file

@ -9,7 +9,7 @@
/// <reference path='formatting\smartIndenter.ts' />
module ts {
export var servicesVersion = "0.4";
export var servicesVersion = "0.5";
export interface Node {
getSourceFile(): SourceFile;