Skip to content

Commit

Permalink
misc/makerelease: use release-branch.go1.4 for tools and tour
Browse files Browse the repository at this point in the history
TBR=rsc
R=rsc
CC=golang-codereviews
https://golang.org/cl/175870043
  • Loading branch information
adg committed Nov 17, 2014
1 parent 7001fad commit f07ea22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions misc/makerelease/makerelease.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ const (
blogPath = "golang.org/x/blog"
toolPath = "golang.org/x/tools"
tourPath = "code.google.com/p/go-tour"
defaultToolTag = "release-branch.go1.3"
defaultTourTag = "release-branch.go1.3"
defaultToolTag = "release-branch.go1.4"
defaultTourTag = "release-branch.go1.4"
)

// Import paths for tool commands.
Expand Down

0 comments on commit f07ea22

Please sign in to comment.