Skip to content

Commit

Permalink
Bump SDK version
Browse files Browse the repository at this point in the history
  • Loading branch information
DzmitryFomchyn committed Jan 3, 2024
1 parent a2a8b7c commit 66bf4fc
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 @@ -23,7 +23,7 @@ def getVersionName() {
// def cmd = ["git", "describe", "--tag", "--match", "$prefix*", "--abbrev=0"]
// def version = cmd.execute().text
// return project.ext.snapshot ? getSnapshotVersion(version) : getReleaseVersion(version)
return "2.18.0-adas-preview-8-SNAPSHOT"
return "2.18.0-adas-preview-9-SNAPSHOT"
}

def getReleaseVersion(String version) {
Expand Down

0 comments on commit 66bf4fc

Please sign in to comment.