Skip to content

Commit

Permalink
Version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oleks-rip committed Apr 18, 2024
1 parent 7569542 commit 35c516f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@

This is the Witness Server for [XLS-38d Cross-Chain bridge project](https://github.com/XRPLF/XRPL-Standards/tree/master/XLS-0038d-cross-chain-bridge). "Witness Servers" validate transfers between "door accounts" that connect a locking chain to each issuing chain by listening for transactions on one or both of the chains and signing attestations to prove certain events happened on a chain.

## Branches
- `develop`: The latest set of unreleased features, and the most common starting point for contributions.
- `release`: The latest beta release or release candidate.
- `main`: The latest stable release.

## Additional documentation

- [XRPL Sidechains concept](https://xrpl.org/xrpl-sidechains.html)
Expand Down
2 changes: 1 addition & 1 deletion src/xbwd/app/BuildInfo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ namespace build_info {
// and follow the format described at http://semver.org/
//------------------------------------------------------------------------------
// clang-format off
char const* const versionString = "0.1.0"
char const* const versionString = "1.0.0-rc1"
// clang-format on

#if defined(DEBUG) || defined(SANITIZER)
Expand Down

0 comments on commit 35c516f

Please sign in to comment.