Skip to content

Commit

Permalink
Bump AuraDS version to 75
Browse files Browse the repository at this point in the history
  • Loading branch information
knutwalker committed Sep 18, 2024
1 parent 74c9092 commit 502cbcf
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,5 +1,5 @@
ext {
gdsBaseVersion = '2.10.0'
gdsAuraDSVersion = '74'
gdsAuraDSVersion = '75'
gdsVersion = rootProject.hasProperty('aurads') ? gdsBaseVersion + "+${gdsAuraDSVersion}" : gdsBaseVersion
}

0 comments on commit 502cbcf

Please sign in to comment.