Skip to content

Commit 9e52e61

Browse files
committed
chore: release for 0.0.9 for fix repl runtime issue
1 parent 856a86d commit 9e52e61

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.gradle.kts

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
22
import org.springframework.boot.gradle.tasks.bundling.BootJar
3-
import org.springframework.boot.gradle.tasks.bundling.BootWar
43

54
plugins {
65
alias(libs.plugins.jvm)
@@ -45,7 +44,7 @@ allprojects {
4544
apply(plugin = "jacoco")
4645

4746
group = "cc.unitmesh"
48-
version = "0.0.8"
47+
version = "0.0.9"
4948

5049
repositories {
5150
mavenCentral()

0 commit comments

Comments
 (0)