Skip to content

Commit

Permalink
compiling locally with 5.13
Browse files Browse the repository at this point in the history
  • Loading branch information
yuvalr1neo committed Oct 3, 2023
1 parent 7004ed3 commit 5846363
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public String toString() {

public MajorMinorVersion semanticVersion() {
if (this == V_RC) {
return ImmutableMajorMinorVersion.of(5, 12);
return ImmutableMajorMinorVersion.of(5, 13);
}

String version = toString();
Expand Down

0 comments on commit 5846363

Please sign in to comment.