Skip to content

Commit

Permalink
bump version to 4.4.1 to fix bad user agent version (#47)
Browse files Browse the repository at this point in the history
Co-authored-by: Jonathan Ingram <[email protected]>
  • Loading branch information
jonathaningram and jonathaningram authored Jan 13, 2022
1 parent d5dbff3 commit 72615bd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion generate/generate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ if [ -z "$TEMPLATES_PATH" ]; then
die "TEMPLATES_PATH must be set, e.g. /path/to/sajari/sdk-node/generate/templates"
fi

VERSION=4.4.0
VERSION=4.4.1

docker-entrypoint.sh generate \
-i /openapi.json \
Expand Down
2 changes: 1 addition & 1 deletion 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": "@sajari/sdk-node",
"version": "4.4.0",
"version": "4.4.1",
"repository": "[email protected]:github.com/sajari/sdk-node.git",
"author": "Search.io",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
// Code generated by generate-version.ts. DO NOT EDIT.

export const version = "4.0.0-alpha.12";
export const version = "4.4.1";

0 comments on commit 72615bd

Please sign in to comment.