Skip to content

Commit

Permalink
Update patch version to 0.0.9 (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Przybylinski committed Feb 2, 2018
1 parent 979d11a commit 097f029
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions common/exec-options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ import WritableStream = NodeJS.WritableStream;
* @returns {IExecOptions} for gcloud calls.
*/
export function getDefaultExecOptions(): IExecOptions {
const env: {[key: string]: string;} = {
const env: IExecOptions['env'] = {
'CLOUDSDK_METRICS_ENVIRONMENT' : 'cloud-tools-tfs',
'CLOUDSDK_METRICS_ENVIRONMENT_VERSION' : '0.0.8',
'CLOUDSDK_METRICS_ENVIRONMENT_VERSION' : '0.0.9',
};
const cloudSdkPython = process.env['CLOUDSDK_PYTHON'];
if (cloudSdkPython) {
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"manifestVersion": 1,
"id": "google-cloud-tfs",
"name": "Cloud Tools for TFS",
"version": "0.0.8",
"version": "0.0.9",
"publisher": "GoogleCloudTools",
"targets": [ { "id": "Microsoft.VisualStudio.Services" } ],
"description": "Tools for deploying to Google Cloud Platform.",
Expand Down

0 comments on commit 097f029

Please sign in to comment.