Skip to content

Commit

Permalink
[tmp] new version name
Browse files Browse the repository at this point in the history
  • Loading branch information
DzmitryFomchyn committed Jan 18, 2024
1 parent ac75c1e commit e33abae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/artifact-settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def getVersionName() {
// def prefix = project.ext.releaseTagPrefix
// def cmd = ["git", "describe", "--tag", "--match", "$prefix*", "--abbrev=0"]
// def version = cmd.execute().text
return "2.19.0-preview.1-SNAPSHOT"
return "2.19.0-preview.1-new-api-SNAPSHOT"
}

def getReleaseVersion(String version) {
Expand Down

0 comments on commit e33abae

Please sign in to comment.