Skip to content

Commit

Permalink
Bump API working version number
Browse files Browse the repository at this point in the history
  • Loading branch information
fussybeaver committed Sep 15, 2023
1 parent 6df205a commit b8bec2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docker.rs
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ const DEFAULT_TIMEOUT: u64 = 120;
/// Default Client Version to communicate with the server.
pub const API_DEFAULT_VERSION: &ClientVersion = &ClientVersion {
major_version: 1,
minor_version: 42,
minor_version: 43,
};

/// 2 years from ct_logs 0.9 release
Expand Down

0 comments on commit b8bec2e

Please sign in to comment.