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 May 28, 2024
1 parent c069b64 commit 92fbe0d
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 = '66'
gdsAuraDSVersion = '67'
// remove the -alphaXY suffix for AuraDS version
gdsVersion = rootProject.hasProperty('aurads') ? gdsBaseVersion.split("-")[0] + "+${gdsAuraDSVersion}" : gdsBaseVersion
}

0 comments on commit 92fbe0d

Please sign in to comment.