From 09b15736e583facc248b79919decb489027d5563 Mon Sep 17 00:00:00 2001 From: John Briggs Date: Wed, 6 Nov 2019 15:54:10 -0500 Subject: [PATCH] Version to v1.161.0 --- package.json | 2 +- src/helpers/constants.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e6491f67df..0f50239de1 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "team", "displayName": "Azure Repos", "description": "Connect to Azure Repos and work with Git and Team Foundation Version Control (TFVC) repositories. Manage your pull requests, work items, and more.", - "version": "1.149.2", + "version": "1.161.0", "publisher": "ms-vsts", "icon": "assets/team.png", "markdown": "standard", diff --git a/src/helpers/constants.ts b/src/helpers/constants.ts index f4ef5772df..04156dc473 100644 --- a/src/helpers/constants.ts +++ b/src/helpers/constants.ts @@ -8,7 +8,7 @@ export class Constants { static ExtensionName: string = "team"; static ExtensionUserAgentName: string = "AzureReposVSCode"; - static ExtensionVersion: string = "1.149.2"; + static ExtensionVersion: string = "1.161.0"; static OAuth: string = "OAuth"; static TokenLearnMoreUrl: string = "https://aka.ms/v9r4jt"; static TokenShowMeUrl: string = "https://aka.ms/o2wkmo";