Skip to content

Commit

Permalink
internal: fix version by using dashes instead of plusses
Browse files Browse the repository at this point in the history
https://semver.org/

This commit will be tagged v0.3.1-alpha.

Change-Id: Ie7b783ca3040f88b8f737101c9a5b5595b4c80f4
Reviewed-on: https://code-review.googlesource.com/c/google-api-go-client/+/39691
Reviewed-by: Tyler Bui-Palsulich <[email protected]>
  • Loading branch information
jeanbza committed Apr 8, 2019
1 parent c7964aa commit 8d76bea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module google.golang.org/api

require (
github.com/google/go-cmp v0.2.0
go.opencensus.io v0.20.1+alpha
go.opencensus.io v0.20.1-alpha
golang.org/x/lint v0.0.0-20190301231843-5614ed5bae6f
golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421
golang.org/x/sync v0.0.0-20190227155943-e225da77a7e6
Expand Down

0 comments on commit 8d76bea

Please sign in to comment.