Skip to content

Commit

Permalink
v1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
valis committed Jul 5, 2024
1 parent ef50df8 commit 59998df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public class ModuleSerialization {
private final Set<Integer> myCurrentDefinitions = new HashSet<>();
private boolean myComplete;

static final int VERSION = 13;
static final int VERSION = 14;

public ModuleSerialization(ErrorReporter errorReporter, DependencyListener dependencyListener) {
myErrorReporter = errorReporter;
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ antlrVersion = "4.10"

allprojects {
group = "org.arend"
version = "1.9.0"
version = "1.10.0"
repositories {
mavenCentral()
}
Expand Down

0 comments on commit 59998df

Please sign in to comment.