We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6983857 commit 5a43789Copy full SHA for 5a43789
build.gradle
@@ -44,7 +44,7 @@ apply(plugin: "idea");
44
apply(plugin: "eclipse");
45
46
group = "com.github.fge";
47
-version = "2.2.6-SNAPSHOT";
+version = "2.2.6";
48
sourceCompatibility = "1.6";
49
targetCompatibility = "1.6"; // defaults to sourceCompatibility
50
0 commit comments