We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31539e4 commit 9f86125Copy full SHA for 9f86125
backend/build.gradle.kts
@@ -10,7 +10,7 @@ plugins {
10
}
11
12
group = "hu.bme.sch"
13
-version = "4.6.0"
+version = "4.7.0"
14
java.sourceCompatibility = JavaVersion.VERSION_21
15
16
tasks {
backend/src/main/kotlin/hu/bme/sch/cmsch/CMSchApplication.kt
@@ -8,7 +8,7 @@ import org.springframework.boot.autoconfigure.domain.EntityScan
8
import org.springframework.boot.context.properties.EnableConfigurationProperties
9
import org.springframework.boot.runApplication
-const val CMSCH_VERSION = "4.6.0"
+const val CMSCH_VERSION = "4.7.0"
@SpringBootApplication
@EnableConfigurationProperties(value = [ComponentLoadConfig::class, StartupPropertyConfig::class])
0 commit comments