Skip to content

Commit

Permalink
Merge pull request #8877 from knutwalker/2.6-aura-post-release-bump
Browse files Browse the repository at this point in the history
Bump auraVersion post release
  • Loading branch information
knutwalker authored Apr 4, 2024
2 parents fc4c60c + 9b55868 commit 87f7c6e
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.6.4'
gdsAuraVersion = '57'
gdsAuraVersion = '58'
gdsVersion = gdsBaseVersion + (rootProject.hasProperty('aurads') ? "+${gdsAuraVersion}" : "")
}

0 comments on commit 87f7c6e

Please sign in to comment.