Skip to content

Commit f9ad8d0

Browse files
committed
- build.gradle.kts
1 parent deb5055 commit f9ad8d0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55

66
allprojects {
77
group = "org.blacksoil"
8-
version = "1.1.7"
8+
version = "1.1.6"
99

1010
repositories {
1111
mavenCentral()

ssh-sync-service/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
alias(libs.plugins.jacoco)
66
}
77
group = "org.blacksoil.sshsync"
8-
version = "1.1.6"
8+
version = "1.1.7"
99

1010
dependencies {
1111
implementation(project(":shared-dto"))

0 commit comments

Comments
 (0)