Skip to content

Commit 0d7b3af

Browse files
committed
Bump version to 0.7.0
1 parent b6863ea commit 0d7b3af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ compileJava {
88
}
99

1010
group 'gitflow4idea'
11-
version '0.6.9'
11+
version '0.7.0'
1212

1313
sourceCompatibility = JavaVersion.VERSION_1_8
1414
targetCompatibility = JavaVersion.VERSION_1_8
@@ -29,7 +29,7 @@ intellij {
2929
patchPluginXml {
3030
pluginId "Gitflow"
3131
pluginDescription 'Git Flow Integration'
32-
version '0.6.9'
32+
version '0.7.0'
3333
sinceBuild '182.0'
3434
untilBuild '192.*'
3535
changeNotes """

0 commit comments

Comments
 (0)