Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support release tag #35

Open
david-aimsun opened this issue Feb 24, 2019 · 0 comments
Open

Support release tag #35

david-aimsun opened this issue Feb 24, 2019 · 0 comments

Comments

@david-aimsun
Copy link
Contributor

Add a method to set the release of the application. Maybe something like:

void crow::set_release( const std::string & release )
{
    std::lock_guard<std::mutex> lock(m_payload_mutex);
    m_payload["release"] = release;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant