diff --git a/.github/auto-label.json b/.github/auto-label.json index 9188001178..a00b2aa4fe 100644 --- a/.github/auto-label.json +++ b/.github/auto-label.json @@ -5,6 +5,6 @@ ".github/**/*", "build/**/*" ], - "v1.8.0": "**/*" + "v1.9.0": "**/*" } } diff --git a/Directory.Build.props b/Directory.Build.props index 6fb0740c5a..e68957cf59 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,9 +1,9 @@ - 1.8.0 - 1.8.0 - 1.8.0 + 1.9.0 + 1.9.0 + 1.9.0 $(CurrentVersion) $(CurrentVersion) diff --git a/global.json b/global.json index 93393a38d2..543bc11908 100644 --- a/global.json +++ b/global.json @@ -4,7 +4,7 @@ "rollForward": "latestFeature", "allowPrerelease": false }, - "version": "1.8.0", - "doc_current": "1.8", + "version": "1.9.0", + "doc_current": "1.9", "doc_branch": "1.x" }