Revert scope for goroot to resource #2576
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 421b61e..fc3a3dc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,4 @@
-## 0.11.3 - 7th July, 2019
+## 0.11.4 - 9th July, 2019
 
 * [Ramya Rao (@ramya-rao-a)](https://github.com/ramya-rao-a)
     * Revert marking `go.goroot` setting to be of scope `machine` in order to support it to be configured at worksapce level. More in this is discussed at [2576](https://github.com/microsoft/vscode-go/issues/2576).
diff --git a/package.json b/package.json
index 19c146c..dc49b6f 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "Go",
-  "version": "0.11.3",
+  "version": "0.11.4",
   "publisher": "ms-vscode",
   "description": "Rich Go language support for Visual Studio Code",
   "author": {
@@ -854,7 +854,7 @@
           ],
           "default": null,
           "description": "Specifies the GOROOT to use when no environment variable is set.",
-          "scope": "machine"
+          "scope": "resource"
         },
         "go.testOnSave": {
           "type": "boolean",