From cfd32ba342e8b09e29096234e3c84364a07e38df Mon Sep 17 00:00:00 2001 From: Ramya Achutha Rao Date: Fri, 4 May 2018 12:55:43 -0700 Subject: [PATCH] 0.6.79 --- CHANGELOG.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f7ac7f411..67511607f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 0.6.79 - Coming Soon +## 0.6.79 - 4th May, 2018 * [Frederik Ring (@m90)](https://github.com/m90) * New setting `gotoSymbol.includeGoroot`. If enabled, the symbols from the standard library are included when doing a workspace symbol search using the `Go to Symbol in Workspace` command. [Feature Request 1567](https://github.com/Microsoft/vscode-go/issues/1567) and [PR 1604](https://github.com/Microsoft/vscode-go/pull/1604) diff --git a/package.json b/package.json index c3f4bd5a3..a3d83f0b4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Go", - "version": "0.6.79-beta.4", + "version": "0.6.79", "publisher": "ms-vscode", "description": "Rich Go language support for Visual Studio Code", "author": {