Skip to content

Commit

Permalink
gloo version bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
nfuden committed Nov 21, 2024
1 parent 97a68a5 commit b2618b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/cmd/generate_docs.go
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ var (
// Github defaults to a chronological order
func generateChangelogMd(opts *options) error {
client := githubutils.GetClientOrExit(context.Background())
preNameChangeGatewayVersion := versionutils.NewVersion(1, 13, 0, "beta", 1)
preNameChangeGatewayVersion := versionutils.NewVersion(1, 13, 0, "", 0)
switch opts.targetRepo {
case glooDocGen:

Expand Down

0 comments on commit b2618b1

Please sign in to comment.