Skip to content

Commit

Permalink
chore: 馃 Increment version number
Browse files Browse the repository at this point in the history
  • Loading branch information
yk4to committed Feb 12, 2023
1 parent 541bf5a commit 2109626
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const cli = async () => {

await new Command()
.name("genelic")
.version("1.1.0")
.version("1.1.1")
.description("Generate a license file for your project.")
.arguments("[id:string]")
.option("-o, --output <output:string>", "Output file name.",{ default: "LICENSE" })
Expand Down

0 comments on commit 2109626

Please sign in to comment.