vendor/google.golang.org/protobuf/internal/version/version.go
changeset 274 cea6d2f4f728
parent 260 445e01aede7e
equal deleted inserted replaced
273:63ec80976891 274:cea6d2f4f728
    49 //     For example: "" -> "devel" or "rc.1" -> "rc.1.devel"
    49 //     For example: "" -> "devel" or "rc.1" -> "rc.1.devel"
    50 //
    50 //
    51 //  10. Send out the CL for review and submit it.
    51 //  10. Send out the CL for review and submit it.
    52 const (
    52 const (
    53 	Major      = 1
    53 	Major      = 1
    54 	Minor      = 28
    54 	Minor      = 30
    55 	Patch      = 1
    55 	Patch      = 0
    56 	PreRelease = ""
    56 	PreRelease = ""
    57 )
    57 )
    58 
    58 
    59 // String formats the version string for this module in semver format.
    59 // String formats the version string for this module in semver format.
    60 //
    60 //