Skip to content

Commit c1c2e18

Browse files
committed
Update main version for release
1 parent 40b29bf commit c1c2e18

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

build/azure-pipeline.stable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ extends:
103103
project: 'Monaco'
104104
definition: 593
105105
buildVersionToDownload: 'latestFromBranch'
106-
branchName: 'refs/heads/release/2024.14'
106+
branchName: 'refs/heads/release/2024.18'
107107
targetPath: '$(Build.SourcesDirectory)/python-env-tools/bin'
108108
artifactName: 'bin-$(vsceTarget)'
109109
itemPattern: |

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "python",
33
"displayName": "Python",
44
"description": "Python language support with extension access points for IntelliSense (Pylance), Debugging (Python Debugger), linting, formatting, refactoring, unit tests, and more.",
5-
"version": "2024.17.0-dev",
5+
"version": "2024.18.0-rc",
66
"featureFlags": {
77
"usingNewInterpreterStorage": true
88
},

0 commit comments

Comments
 (0)