We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f84fd30 commit 1b0fca5Copy full SHA for 1b0fca5
package.json
@@ -2,7 +2,7 @@
2
"name": "typescript",
3
"author": "Microsoft Corp.",
4
"homepage": "https://www.typescriptlang.org/",
5
- "version": "3.7.0",
+ "version": "3.8.0",
6
"license": "Apache-2.0",
7
"description": "TypeScript is a language for application scale JavaScript development",
8
"keywords": [
src/compiler/core.ts
@@ -1,7 +1,7 @@
1
namespace ts {
// WARNING: The script `configureNightly.ts` uses a regexp to parse out these values.
// If changing the text in this section, be sure to test `configureNightly` too.
- export const versionMajorMinor = "3.7";
+ export const versionMajorMinor = "3.8";
/** The version of the TypeScript compiler release */
export const version = `${versionMajorMinor}.0-dev`;
}
0 commit comments