Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 497 Bytes

CONTIBUTING.md

File metadata and controls

20 lines (13 loc) · 497 Bytes

Upgrading to new TigerBeetle version

First, checkout Git submodule to the desired version:

cd sys/tigerbeetle
git checkout 0.15.3

Then, update TIGERBEETLE_RELEASE and TIGERBEETLE_VERSION in the build script.

pub const TIGERBEETLE_RELEASE: &str = "0.15.3";
pub const TIGERBEETLE_COMMIT: &str = "73bbc1a32ba2513e369764680350c099fe302285";

Finally, provide changes supporting new TigerBeetle version.