From 01d98f7aba4c04f5535918b09fbc82e0c8625f1d Mon Sep 17 00:00:00 2001 From: Silas Davis <silas@monax.io> Date: Wed, 7 Mar 2018 23:07:42 +0000 Subject: [PATCH] Bump bos version to one that test SIGNEXTEND and version bump to pre-release Signed-off-by: Silas Davis <silas@monax.io> --- project/history.go | 2 ++ scripts/deps/bos.sh | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/project/history.go b/project/history.go index 5c6f2eec..3c337c2f 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.0", + `Prerelease`, "0.17.1", `Minor tweaks to docker build file`, diff --git a/scripts/deps/bos.sh b/scripts/deps/bos.sh index 71546865..75c3e20e 100755 --- a/scripts/deps/bos.sh +++ b/scripts/deps/bos.sh @@ -1,4 +1,4 @@ #!/usr/bin/env bash # The git revision of Bosmarmot/bos we will build and install into ./bin/ for integration tests -echo "37de30c0d29ddc6960a3aa285607fe5939071a78" +echo "d12b45c733a02c0c6dd70fc7e0563e5e3ef4a68c" \ No newline at end of file -- GitLab