Skip to content

Commit

Permalink
Bump to dev version
Browse files Browse the repository at this point in the history
  • Loading branch information
neonmoe committed Apr 26, 2024
1 parent fc65660 commit 878ad55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "minreq"
version = "2.11.2"
version = "2.11.3-alpha"
authors = ["Jens Pitkanen <[email protected]>"]
description = "Simple, minimal-dependency HTTP client"
documentation = "https://docs.rs/minreq"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
//!
//! ```toml
//! [dependencies]
//! minreq = { version = "2.11.2", features = ["punycode"] }
//! minreq = { version = "2.11.3-alpha", features = ["punycode"] }
//! ```
//!
//! Below is the list of all available features.
Expand Down

0 comments on commit 878ad55

Please sign in to comment.