Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Commit

Permalink
require 2.0.0.dev21
Browse files Browse the repository at this point in the history
  • Loading branch information
forman committed Nov 7, 2018
1 parent 0f45c02 commit f12bd87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/appenv.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import * as assert from '../common/assert';
* The value is a SemVer (https://github.com/npm/semver) compatible version range string.
* @type {string}
*/
export const CATE_WEBAPI_VERSION_RANGE = '>=2.0.0-dev.20 <2.1.0';
export const CATE_WEBAPI_VERSION_RANGE = '>=2.0.0-dev.21 <2.1.0';

/**
* Version of the Cate WebAPI that is know to run with this version of Cate Desktop.
Expand Down

0 comments on commit f12bd87

Please sign in to comment.