Skip to content

Commit

Permalink
all: release v1.26.0
Browse files Browse the repository at this point in the history
Change-Id: I15ecd5b768516fd2382cfbc8b337ad3d8817deab
Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/302752
Trust: Joe Tsai <joetsai@digital-static.net>
Reviewed-by: Damien Neil <dneil@google.com>
  • Loading branch information
dsnet committed Mar 18, 2021
1 parent 41ef85a commit f2d1f6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const (
Major = 1
Minor = 26
Patch = 0
PreRelease = "rc.1.devel"
PreRelease = ""
)

// String formats the version string for this module in semver format.
Expand Down

0 comments on commit f2d1f6c

Please sign in to comment.