Skip to content

Commit c09f404

Browse files
committed
1.8
1 parent c01c012 commit c09f404

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ apply(plugin: "idea");
4444
apply(plugin: "eclipse");
4545

4646
group = "com.github.fge";
47-
version = "1.8-SNAPSHOT";
47+
version = "1.8";
4848
description = "JSON Patch (RFC 6902) and JSON Merge Patch (RFC 7386) implementation in Java";
4949
sourceCompatibility = "1.6";
5050
targetCompatibility = "1.6"; // defaults to sourceCompatibility

0 commit comments

Comments
 (0)