Skip to content

Commit

Permalink
1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
valis committed Jun 29, 2020
1 parent 54820e4 commit 264c836
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 @@ -25,7 +25,7 @@ public class ModuleSerialization {
private final Set<Integer> myCurrentDefinitions = new HashSet<>();
private boolean myComplete;

static final int VERSION = 3;
static final int VERSION = 4;

public ModuleSerialization(TypecheckerState state, ErrorReporter errorReporter) {
myState = state;
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.3.0"
version = "1.4.0"
repositories {
jcenter()
mavenCentral()
Expand Down

0 comments on commit 264c836

Please sign in to comment.