Skip to content

Commit

Permalink
Bump cgapp v4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
koddr committed Aug 21, 2023
1 parent d289aa3 commit e6e0b83
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions pkg/registry/defaults.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
)

// CLIVersion version of Create Go App CLI.
const CLIVersion string = "4.0.1"
const CLIVersion string = "4.1.0"

// Variables struct for Ansible variables (inventory, hosts).
type Variables struct {
Expand Down Expand Up @@ -66,11 +66,13 @@ var (
"vanilla-ts",
"react",
"react-ts",
"react-swc",
"react-swc-ts",
"preact",
"preact-ts",
"next",
"next-ts",
"nuxt3",
"nuxt",
"vue",
"vue-ts",
"svelte",
Expand All @@ -83,7 +85,7 @@ var (
"qwik-ts",
},
Default: "none",
PageSize: 19,
PageSize: 21,
},
},
{
Expand Down

0 comments on commit e6e0b83

Please sign in to comment.