Skip to content

Commit

Permalink
fix: release 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bsrdjan committed Jul 14, 2023
1 parent f18e22b commit 64c4e8a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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": "node-rfc",
"version": "3.1.0",
"version": "3.2.0",
"description": "nodejs bindings for SAP NW RFC SDK",
"keywords": [
"sap",
Expand Down
2 changes: 1 addition & 1 deletion src/cpp/noderfc.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#define NODERFC_VERSION "Deactivate logging: LOG_RFC_CLIENT"
#else
// client binding version
#define NODERFC_VERSION "3.1.0"
#define NODERFC_VERSION "3.2.0"
#endif

template <typename... Args>
Expand Down

0 comments on commit 64c4e8a

Please sign in to comment.