Skip to content

Commit

Permalink
codecgen: updated genVersion to 26
Browse files Browse the repository at this point in the history
  • Loading branch information
ugorji committed Feb 3, 2023
1 parent 308de61 commit aadf505
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions codec/codecgen/gen.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ import (

// MARKER: keep in sync with ../gen.go (genVersion) and ../go.mod (module version)
const (
codecgenModuleVersion = `1.2.7` // default version - overridden if available via go.mod
minimumCodecVersion = `1.2.7`
genVersion = 25
codecgenModuleVersion = `1.2.8` // default version - overridden if available via go.mod
minimumCodecVersion = `1.2.8`
genVersion = 26
)

const genCodecPkg = "codec1978" // MARKER: keep in sync with ../gen.go
Expand Down

0 comments on commit aadf505

Please sign in to comment.