Skip to content

Commit 9f86125

Browse files
committed
Release 4.7
1 parent 31539e4 commit 9f86125

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

backend/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ plugins {
1010
}
1111

1212
group = "hu.bme.sch"
13-
version = "4.6.0"
13+
version = "4.7.0"
1414
java.sourceCompatibility = JavaVersion.VERSION_21
1515

1616
tasks {

backend/src/main/kotlin/hu/bme/sch/cmsch/CMSchApplication.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import org.springframework.boot.autoconfigure.domain.EntityScan
88
import org.springframework.boot.context.properties.EnableConfigurationProperties
99
import org.springframework.boot.runApplication
1010

11-
const val CMSCH_VERSION = "4.6.0"
11+
const val CMSCH_VERSION = "4.7.0"
1212

1313
@SpringBootApplication
1414
@EnableConfigurationProperties(value = [ComponentLoadConfig::class, StartupPropertyConfig::class])

0 commit comments

Comments
 (0)