Skip to content

Commit 74fce7e

Browse files
committed
chore: update witnet version to 1.4.2
1 parent c9dd1e7 commit 74fce7e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "witnet"
3-
version = "1.4.1"
3+
version = "1.4.2"
44
authors = ["Witnet Foundation <info@witnet.foundation>"]
55
publish = false
66
repository = "witnet/witnet-rust"

data_structures/src/builders.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ fn random_nonce() -> u64 {
170170
/// Function that returns the dynamic user agent
171171
pub fn user_agent() -> String {
172172
// TODO: Read version, arch and OS
173-
let release = "1.4.1";
173+
let release = "1.4.2";
174174

175175
format!("witnet-rust {}", release)
176176
}

0 commit comments

Comments
 (0)