Skip to content

Commit

Permalink
chore: update witnet to 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tmpolaczyk committed Mar 15, 2022
1 parent 41bdbc7 commit 0807e05
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 Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "witnet"
version = "1.4.3"
version = "1.5.0"
authors = ["Witnet Foundation <[email protected]>"]
publish = false
repository = "witnet/witnet-rust"
Expand Down
2 changes: 1 addition & 1 deletion data_structures/src/builders.rs
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ fn random_nonce() -> u64 {
/// Function that returns the dynamic user agent
pub fn user_agent() -> String {
// TODO: Read version, arch and OS
let release = "1.4.3";
let release = "1.5.0";

format!("witnet-rust {}", release)
}
Expand Down

0 comments on commit 0807e05

Please sign in to comment.