Skip to content

Commit

Permalink
upgraded version to v0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
emilpriver committed Dec 29, 2023
1 parent f9d9038 commit 11d7ffa
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 = "geni"
version = "0.0.3"
version = "0.0.4"
edition = "2021"
resolver = "2"
description = "A database CLI migration tool"
Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ async fn main() {

let matches = Command::new("geni")
.about("Database migration tool")
.version("0.0.3")
.version("0.0.4")
.subcommand_required(true)
.arg_required_else_help(true)
.name("geni")
Expand Down

0 comments on commit 11d7ffa

Please sign in to comment.