chronik_info method into lib.rs to retrieve ChronikInfo struct and thus the versionLets us retrieve the `ChronikInfo` struct, which we can then extract the version from. The `assert_eq!()` needs a regex, as when the remote is updated, it will return a different String (with the same formatting which we can use for pattern matching).