We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b395b6 commit 85cd735Copy full SHA for 85cd735
2 files changed
package.json
@@ -2,7 +2,7 @@
2
"name": "typescript",
3
"author": "Microsoft Corp.",
4
"homepage": "https://www.typescriptlang.org/",
5
- "version": "4.6.0-beta",
+ "version": "4.6.1-rc",
6
"license": "Apache-2.0",
7
"description": "TypeScript is a language for application scale JavaScript development",
8
"keywords": [
src/compiler/corePublic.ts
@@ -5,7 +5,7 @@ namespace ts {
// The following is baselined as a literal template type without intervention
/** The version of the TypeScript compiler release */
// eslint-disable-next-line @typescript-eslint/no-inferrable-types
- export const version = `${versionMajorMinor}.0-beta`;
+ export const version = `${versionMajorMinor}.1-rc`;
9
10
/**
11
* Type of objects whose values are all of the same type.
0 commit comments