From 2f5f829c1debd30bbbee7c1b9125689c36d8fe0b Mon Sep 17 00:00:00 2001 From: CJ Hare Date: Fri, 26 Oct 2018 15:18:50 +1000 Subject: [PATCH] PantheonInfo updated after first build (#167) --- pantheon/src/main/java/tech/pegasys/pantheon/PantheonInfo.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pantheon/src/main/java/tech/pegasys/pantheon/PantheonInfo.java b/pantheon/src/main/java/tech/pegasys/pantheon/PantheonInfo.java index 72c24b5a43..7bd2481f79 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.1"; + private static final String version = "pantheon/0.9.0-SNAPSHOT"; private PantheonInfo() {}