Skip to content

Commit f72eceb

Browse files
committed
Release version 0.0.6
1 parent 0f74215 commit f72eceb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

manychat-api/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
}
88

99
group 'io.github.nsotgui'
10-
version '0.0.5'
10+
version '0.0.6'
1111

1212
sourceCompatibility = 1.8
1313

@@ -80,4 +80,4 @@ task createReleaseTag(type: Exec) {
8080

8181
task pushTag(type: Exec, dependsOn: createReleaseTag) {
8282
commandLine 'git', 'push', '--tags'
83-
}
83+
}

0 commit comments

Comments
 (0)