Skip to content

Commit

Permalink
PostRelease: bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jjaderberg committed Feb 1, 2024
1 parent c13e31d commit ebd4465
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/version.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ext {
gdsBaseVersion = '2.6.0'
gdsAuraVersion = '51'
gdsBaseVersion = '2.6.1'
gdsAuraVersion = '52'
gdsVersion = gdsBaseVersion + (rootProject.hasProperty('aurads') ? "+${gdsAuraVersion}" : "")
}

0 comments on commit ebd4465

Please sign in to comment.