Upgrade Reactor to Dysprosium-SR25

Closes gh-10617
This commit is contained in:
Eleftheria Stein 2021-12-20 12:33:19 +02:00
parent 0f177a9964
commit f3c28cca77
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
if (!project.hasProperty('reactorVersion')) {
ext.reactorVersion = 'Dysprosium-SR24'
ext.reactorVersion = 'Dysprosium-SR25'
}
if (!project.hasProperty('springVersion')) {