Skip to content

Commit

Permalink
Updated to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jimbob88 committed Oct 25, 2022
1 parent c9c09f0 commit 55c08ba
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 = "update_hosts2"
version = "0.1.0"
version = "1.0.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ fn get_hosts(urls: &Vec<String>) -> String {
/// ```
pub fn main() -> Result<(), ()> {
let matches = clap::Command::new("HostsManager")
.version("0.0.1")
.version("1.0.0")
.about("A piece of software for updating hosts files")
.arg(
clap::Arg::new("urls")
Expand Down

0 comments on commit 55c08ba

Please sign in to comment.