Skip to content

Commit

Permalink
v5.5.1
Browse files Browse the repository at this point in the history
... because the Go proxy caches an old version of the 5.5.0 tag, making
it difficult to use 5.5.0.

Signed-off-by: Miloslav Trmač <[email protected]>
  • Loading branch information
mtrmac committed Jun 17, 2020
1 parent 6e3e9a5 commit d938edb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const (
VersionPatch = 1

// VersionDev indicates development branch. Releases will be empty string.
VersionDev = "-dev"
VersionDev = ""
)

// Version is the specification version that the package types support.
Expand Down

0 comments on commit d938edb

Please sign in to comment.