David Garcia

Results 1 issues of David Garcia

Add a method to set the release of the application. Maybe something like: ``` void crow::set_release( const std::string & release ) { std::lock_guard lock(m_payload_mutex); m_payload["release"] = release; } ```