Skip to content

Commit b4413ac

Browse files
chore: Update version date
1 parent 1776b9a commit b4413ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const { IamAuthenticator } = require('ibm-watson/auth');
2121
const app = express();
2222
// Create the service wrapper
2323
const nlu = new NaturalLanguageUnderstandingV1({
24-
version: '2018-04-05',
24+
version: '2020-03-10',
2525
authenticator: new IamAuthenticator({
2626
apikey: process.env.NATURAL_LANGUAGE_UNDERSTANDING_IAM_APIKEY || 'type-key-here',
2727
}),

0 commit comments

Comments
 (0)