Skip to content

Commit

Permalink
updates version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
speratus committed Feb 5, 2023
1 parent 7a15c58 commit e250b13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use std::io;

fn main() -> io::Result<()> {
let matches = command!()
.version("1.0.2")
.version("1.1.0")
.author("Andrew Luchuk")
.about("Boots PostgreSQL as installed by Homebrew")
.subcommand_required(true)
Expand Down

0 comments on commit e250b13

Please sign in to comment.