Skip to content

Commit 0965e14

Browse files
authored
build: correct version for master branch (#21028)
The version on the master branch was accidentally lowered from `11.0.0-next.0` to `11.0.0-rc.2` in 0cd3671
1 parent 7ca2af0 commit 0965e14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"integration-tests:size-test": "bazel test //integration/size-test/...",
4949
"check-mdc-tests": "ts-node --project scripts/tsconfig.json scripts/check-mdc-tests.ts"
5050
},
51-
"version": "11.0.0-rc.4",
51+
"version": "11.1.0-next.0",
5252
"dependencies": {
5353
"@angular/animations": "^11.0.0",
5454
"@angular/common": "^11.0.0",

0 commit comments

Comments
 (0)