diff --git a/CHANGELOG.md b/CHANGELOG.md index ecae03772d..cdc23aac87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ -## v0.40.2 - 22 Jan, 2023 +## v0.40.3 - 22 Jan, 2024 This is a point release to update the upcoming developer survey information -([the commit history](https://github.com/golang/vscode-go/compare/v0.40.1...v0.40.2)). +([the commit history](https://github.com/golang/vscode-go/compare/v0.40.1...v0.40.3)). ## v0.40.1 - 21 Dec, 2023 diff --git a/src/goDeveloperSurvey.ts b/src/goDeveloperSurvey.ts index 9a647ee656..07d66101b7 100644 --- a/src/goDeveloperSurvey.ts +++ b/src/goDeveloperSurvey.ts @@ -123,8 +123,8 @@ export function shouldPromptForSurvey(now: Date, cfg: DeveloperSurveyConfig): De export async function promptForDeveloperSurvey(cfg: DeveloperSurveyConfig, now: Date): Promise { const selected = await vscode.window.showInformationMessage( - `"Help shape Go’s future! Would you like to help ensure that Go is meeting your needs -by participating in this 10-minute Go Developer Survey (2023 H2) before ${endDate.toDateString()}?`, + `Help shape Go’s future! Would you like to help ensure that Go is meeting your needs +by participating in this 10-minute Go Developer Survey (January 2024) before ${endDate.toDateString()}?`, 'Yes', 'Remind me later', 'Never'