Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
ghubertpalo committed Nov 21, 2023
1 parent 9facfea commit 9a20205
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion mithril-aggregator/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mithril-aggregator"
version = "0.4.11"
version = "0.4.12"
description = "A Mithril Aggregator server"
authors = { workspace = true }
edition = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion mithril-aggregator/src/services/http_message.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! This service is responsible of provinding HTTP server with messages as fast as possible.
//! This service is responsible of providing HTTP server with messages as fast as possible.

use std::sync::Arc;

Expand Down

0 comments on commit 9a20205

Please sign in to comment.