misc(): Bump CLI version to v1.1.0 (#13630)

This commit is contained in:
Esteban Gutierrez 2025-05-26 13:51:24 -05:00 committed by GitHub
parent 0a7ca1be7c
commit 4a6c0107bc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -200,7 +200,7 @@ export const NameSourceStep = ({ state, updateState, prev, submit }: StepProps)
<Input
data-testid="cli-version-input"
className="cli-version-input"
placeholder="(e.g. 0.15.0)"
placeholder="(e.g. 1.1.0)"
value={state.config?.version || ''}
onChange={(event) => setVersion(event.target.value)}
onBlur={(event) => handleBlur(event, setVersion)}

View File

@ -3,7 +3,7 @@ import org.apache.tools.ant.filters.ReplaceTokens
def detailedVersionString = "0.0.0-unknown-SNAPSHOT"
def cliMajorVersion = "0.15.0" // base default cli major version
def cliMajorVersion = "1.1.0" // base default cli major version
def inputFile = file("${rootProject.buildDir}/version.json")
ext {