Skip to content
This repository was archived by the owner on Feb 20, 2020. It is now read-only.

Commit 6207cdc

Browse files
committed
Version bump from 7.0.0alpha1 to 7.0.0alpha2
1 parent 21e3f4b commit 6207cdc

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ go test -v ./...
290290
Run the `release.sh` script like so:
291291

292292
```
293-
$ ./release.sh 7.0.0alpha1
293+
$ ./release.sh 7.0.0alpha2
294294
```
295295

296296
This will perform some checks, tag the repo, push the tag to github, which will then trigger travis-ci to run tests, and publish the new release.

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ var (
6262
&MountsFeature{},
6363
}
6464

65-
version = "7.0.0alpha1"
65+
version = "7.0.0alpha2"
6666
usage = `
6767
generic-worker
6868
generic-worker is a taskcluster worker that can run on any platform that supports go (golang).

worker_types/ami-test-win2012r2/userdata

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ $client.DownloadFile("https://raw.githubusercontent.com/mozilla/build-tooltool/m
7878

7979
# download generic-worker
8080
md C:\generic-worker
81-
$client.DownloadFile("https://github.com/taskcluster/generic-worker/releases/download/v7.0.0alpha1/generic-worker-windows-amd64.exe", "C:\generic-worker\generic-worker.exe")
81+
$client.DownloadFile("https://github.com/taskcluster/generic-worker/releases/download/v7.0.0alpha2/generic-worker-windows-amd64.exe", "C:\generic-worker\generic-worker.exe")
8282

8383
# download livelog
8484
$client.DownloadFile("https://github.com/taskcluster/livelog/releases/download/v0.0.6/livelog-windows-amd64.exe", "C:\generic-worker\livelog.exe")

worker_types/nss-win2012r2/userdata

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ $client.DownloadFile("https://raw.githubusercontent.com/mozilla/build-tooltool/m
7878

7979
# download generic-worker
8080
md C:\generic-worker
81-
$client.DownloadFile("https://github.com/taskcluster/generic-worker/releases/download/v7.0.0alpha1/generic-worker-windows-amd64.exe", "C:\generic-worker\generic-worker.exe")
81+
$client.DownloadFile("https://github.com/taskcluster/generic-worker/releases/download/v7.0.0alpha2/generic-worker-windows-amd64.exe", "C:\generic-worker\generic-worker.exe")
8282

8383
# download livelog
8484
$client.DownloadFile("https://github.com/taskcluster/livelog/releases/download/v0.0.6/livelog-windows-amd64.exe", "C:\generic-worker\livelog.exe")

worker_types/win2012r2/userdata

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ $client.DownloadFile("https://raw.githubusercontent.com/mozilla/build-tooltool/m
7878

7979
# download generic-worker
8080
md C:\generic-worker
81-
$client.DownloadFile("https://github.com/taskcluster/generic-worker/releases/download/v7.0.0alpha1/generic-worker-windows-amd64.exe", "C:\generic-worker\generic-worker.exe")
81+
$client.DownloadFile("https://github.com/taskcluster/generic-worker/releases/download/v7.0.0alpha2/generic-worker-windows-amd64.exe", "C:\generic-worker\generic-worker.exe")
8282

8383
# download livelog
8484
$client.DownloadFile("https://github.com/taskcluster/livelog/releases/download/v0.0.6/livelog-windows-amd64.exe", "C:\generic-worker\livelog.exe")

0 commit comments

Comments
 (0)