Skip to content
Snippets Groups Projects
Unverified Commit e9ef41bb authored by Silas Davis's avatar Silas Davis Committed by GitHub
Browse files

Merge pull request #714 from silasdavis/develop

Bump bos version to one that tests SIGNEXTEND
parents 27480073 01d98f7a
No related branches found
No related tags found
No related merge requests found
......@@ -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`,
......
#!/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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment