From ddf092462d6f2336d0f84cebffacd12319f34d8f Mon Sep 17 00:00:00 2001 From: Charles Gagnon Date: Thu, 29 Apr 2021 10:07:31 -0700 Subject: [PATCH] Bump arc version (#15283) --- extensions/arc/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/arc/package.json b/extensions/arc/package.json index ce97703985..a72cb7f5c1 100644 --- a/extensions/arc/package.json +++ b/extensions/arc/package.json @@ -2,7 +2,7 @@ "name": "arc", "displayName": "%arc.displayName%", "description": "%arc.description%", - "version": "0.9.3", + "version": "0.9.4", "publisher": "Microsoft", "preview": true, "license": "https://raw.githubusercontent.com/Microsoft/azuredatastudio/main/LICENSE.txt",