Skip to content

Commit

Permalink
Update version constant
Browse files Browse the repository at this point in the history
  • Loading branch information
sirreal committed Jul 21, 2023
1 parent 148583e commit de5b3ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tumblr.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const isArray = require('lodash/isArray');
const isPlainObject = require('lodash/isPlainObject');
const omit = require('lodash/omit');

const CLIENT_VERSION = '3.0.0';
const CLIENT_VERSION = '4.0.0-alpha';
const API_BASE_URL = 'https://api.tumblr.com'; // deliberately no trailing slash

const API_METHODS = {
Expand Down

0 comments on commit de5b3ab

Please sign in to comment.