Skip to content

Commit

Permalink
1.6.1 -> 1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
valis committed Sep 6, 2021
1 parent 20b0ce8 commit 7183134
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 @@ -21,7 +21,7 @@ public class ModuleSerialization {
private final Set<Integer> myCurrentDefinitions = new HashSet<>();
private boolean myComplete;

static final int VERSION = 8;
static final int VERSION = 9;

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.8"

allprojects {
group = "org.arend"
version = "1.6.1"
version = "1.7.0"
repositories {
jcenter()
mavenCentral()
Expand Down

0 comments on commit 7183134

Please sign in to comment.