Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
stefannegele committed Sep 19, 2023
1 parent c92171e commit 652552e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ USAGE:
datacontract [global options] command [command options] [arguments...]
VERSION:
v0.1.0
v0.1.1
AUTHOR:
Stefan Negele <stefan.negele@innoq.com>
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ func main() {
app := &cli.App{
Name: "datacontract",
Usage: "Manage your data contracts 📄",
Version: "v0.1.0",
Version: "v0.1.1",
Authors: []*cli.Author{
{Name: "Stefan Negele", Email: "stefan.negele@innoq.com"},
},
Expand Down

0 comments on commit 652552e

Please sign in to comment.