Skip to content

Commit

Permalink
codecgen: update version to 1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ugorji committed Feb 4, 2021
1 parent a9c4f69 commit 96b21d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions codec/codecgen/gen.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ import (

// MARKER: keep in sync with ../gen.go (genVersion) and ../go.mod (module version)
const (
codecgenModuleVersion = `1.2.3-devel` // default version - overridden by go.mod
minimumCodecVersion = `1.2.3-devel`
codecgenModuleVersion = `1.2.4` // default version - overridden by go.mod
minimumCodecVersion = `1.2.4`
genVersion = 23
)

Expand Down

0 comments on commit 96b21d8

Please sign in to comment.