chore(0.9.5): Bump defaults for release v0.9.5 (#6856)

This commit is contained in:
John Joyce 2022-12-26 02:10:26 -08:00 committed by GitHub
parent 392115b4c4
commit cc0b6019fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ This file documents any backwards-incompatible changes in DataHub and assists pe
### Other notable Changes
## 0.9.4
## 0.9.4 / 0.9.5
### Breaking Changes

View File

@ -21,7 +21,7 @@ Produces the following variables and supports token replacement
import org.apache.tools.ant.filters.ReplaceTokens
def detailedVersionString = "0.0.0-unknown-SNAPSHOT"
def cliMajorVersion = "0.9.3" // base default cli major version
def cliMajorVersion = "0.9.5" // base default cli major version
def snapshotVersion = false
if (project.hasProperty("releaseVersion")) {
version = releaseVersion