Release v6.4.0
Summary
Adds support for the client (SDKs) and Runtime to communicate version info and booting configuration values between each other through an initial handshake. Also added VersionInfo that is baked into the compiled code while building on GitHub to use to determine which version of the contracts is used at runtime.
Note: This PR is a fixed release of #76 that failed to release because pre-release is "" when releasing the actual version.
Added
- VersionInfo is baked into the released libraries
- Handshake method with HandshakeRequest and HandshakeResponse