Skip to content

Commit

Permalink
release(v2.6.1): Bumped version number
Browse files Browse the repository at this point in the history
  • Loading branch information
mrbandler committed Jun 5, 2021
1 parent 2a38851 commit 0898b5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cds2types",
"version": "2.6.0",
"version": "2.6.1",
"description": "CLI to convert CDS models to Typescript interfaces and enumerations",
"main": "./bin/cli.js",
"repository": "[email protected]:mrbandler/cds2types.git",
Expand Down
2 changes: 1 addition & 1 deletion src/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { Program } from "./program";
*/
function main(): void {
const cli = new commander.Command();
cli.version("2.6.0")
cli.version("2.6.1")
.description(
"CLI to convert CDS models to Typescript interfaces and enumerations"
)
Expand Down

0 comments on commit 0898b5a

Please sign in to comment.