Skip to content

Commit

Permalink
Bump AuraDS version
Browse files Browse the repository at this point in the history
  • Loading branch information
Mats-SX committed Jun 4, 2024
1 parent 4a86863 commit b0293e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/version.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ext {
gdsBaseVersion = '2.7.0-alpha04'
gdsAuraDSVersion = '68'
gdsAuraDSVersion = '69'
// remove the -alphaXY suffix for AuraDS version
gdsVersion = rootProject.hasProperty('aurads') ? gdsBaseVersion.split("-")[0] + "+${gdsAuraDSVersion}" : gdsBaseVersion
}

0 comments on commit b0293e5

Please sign in to comment.