mirror of
https://github.com/datahub-project/datahub.git
synced 2025-12-25 00:48:45 +00:00
misc(): Bump CLI version to v1.1.0 (#13630)
This commit is contained in:
parent
0a7ca1be7c
commit
4a6c0107bc
@ -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)}
|
||||
|
||||
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user