torc 0.22.1

Workflow management system
1
2
3
4
//! Shared HTTP API contract version.

/// Version of the Torc HTTP API contract.
pub const HTTP_API_VERSION: &str = "0.12.0";