diff --git a/crates/rerun/src/run.rs b/crates/rerun/src/run.rs index 49f5f5c40d7f..4666132da8cd 100644 --- a/crates/rerun/src/run.rs +++ b/crates/rerun/src/run.rs @@ -131,7 +131,7 @@ When persisted, the state will be stored at the following locations: /// Serve the recordings over WebSocket to one or more Rerun Viewers. /// /// This will also host a web-viewer over HTTP that can connect to the WebSocket address, - /// but you can also connect to with the native binary. + /// but you can also connect with the native binary. /// /// `rerun --serve` will act like a proxy, /// listening for incoming TCP connection from logging SDKs, and forwarding it to diff --git a/rerun_cpp/src/rerun/c/rerun.h b/rerun_cpp/src/rerun/c/rerun.h index f03af2aa3451..49952c6afe78 100644 --- a/rerun_cpp/src/rerun/c/rerun.h +++ b/rerun_cpp/src/rerun/c/rerun.h @@ -233,7 +233,7 @@ typedef struct rr_error { /// /// This should match the string returned by `rr_version_string`. /// If not, the SDK's binary and the C header are out of sync. -#define RERUN_SDK_HEADER_VERSION "0.13.0-alpha.1+dev" +#define RERUN_SDK_HEADER_VERSION "0.13.0-alpha.2" /// Returns a human-readable version string of the Rerun C SDK. ///