From 60a7686a27e43e53eeb6e974b9ec94373c755a05 Mon Sep 17 00:00:00 2001 From: Silas Davis <silas@monax.io> Date: Mon, 2 Apr 2018 19:05:51 +0100 Subject: [PATCH] Version bump Signed-off-by: Silas Davis <silas@monax.io> --- project/history.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/project/history.go b/project/history.go index 3c337c2f..96fb36e6 100644 --- a/project/history.go +++ b/project/history.go @@ -11,6 +11,8 @@ import ( // To cut a new release add a release to the front of this slice then run the // release tagging script: ./scripts/tag_release.sh var History relic.ImmutableHistory = relic.NewHistory("Hyperledger Burrow").MustDeclareReleases( + "0.18.1", + `Fixes for deployment`, "0.18.0", `Prerelease`, "0.17.1", -- GitLab