Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ljacobsson committed May 23, 2023
1 parent 5369284 commit d4e7ead
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ import * as fs from "fs"
import * as os from "os"
import * as path from "path"

const pkg = JSON.parse(fs.readFileSync(path.join(__dirname, "package.json")).toString("utf-8"));
program
.version('1.0.0')
.version(pkg.version)
.description('AWS SDK v3 CLI');

program
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aws-sdk-v3-cli",
"version": "1.0.5",
"version": "1.0.6",
"description": "CLI tool that helps you find the right AWS SDK client for your use case",
"main": "index.js",
"type": "module",
Expand Down

0 comments on commit d4e7ead

Please sign in to comment.