diff --git a/gradle.properties b/gradle.properties index 9980253cc7..8a71445d7c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ org.gradle.jvmargs=-Xmx1g -version=0.9.0-SNAPSHOT +version=0.8.1 diff --git a/pantheon/src/main/java/tech/pegasys/pantheon/PantheonInfo.java b/pantheon/src/main/java/tech/pegasys/pantheon/PantheonInfo.java index e70b9dcf55..72c24b5a43 100644 --- a/pantheon/src/main/java/tech/pegasys/pantheon/PantheonInfo.java +++ b/pantheon/src/main/java/tech/pegasys/pantheon/PantheonInfo.java @@ -2,7 +2,7 @@ package tech.pegasys.pantheon; // This file is generated via a gradle task and should not be edited directly. public class PantheonInfo { - private static final String version = "pantheon/0.8.0-SNAPSHOT"; + private static final String version = "pantheon/0.8.1"; private PantheonInfo() {}