Skip to content

Commit

Permalink
Bump SUPPORTED_SERVER_VERSION to 0.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
rozetko committed Jul 4, 2019
1 parent 6871b3d commit e4542ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utlis.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import url from 'url-parse';
import * as _ from 'lodash';

export const SUPPORTED_SERVER_VERSION = '0.3.5-beta';
export const SUPPORTED_SERVER_VERSION = '0.3.6-beta';

export function normalizeUrl(inputUrl: string) {
if(!inputUrl) {
Expand Down

0 comments on commit e4542ee

Please sign in to comment.