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

Commit f12bd87

Browse files
committed
require 2.0.0.dev21
1 parent 0f45c02 commit f12bd87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/appenv.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import * as assert from '../common/assert';
1313
* The value is a SemVer (https://github.com/npm/semver) compatible version range string.
1414
* @type {string}
1515
*/
16-
export const CATE_WEBAPI_VERSION_RANGE = '>=2.0.0-dev.20 <2.1.0';
16+
export const CATE_WEBAPI_VERSION_RANGE = '>=2.0.0-dev.21 <2.1.0';
1717

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

0 commit comments

Comments
 (0)