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

Commit

Permalink
requiring dev7
Browse files Browse the repository at this point in the history
  • Loading branch information
forman committed Mar 20, 2018
1 parent 0d2ccff commit 23fde5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/appenv.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ import * as assert from "../common/assert";
* The value is a SemVer (https://github.com/npm/semver) compatible version range string.
* @type {string}
*/
export const APP_CLI_VERSION_RANGE = ">=2.0.0-dev.6 <2.1.0";
export const APP_CLI_VERSION_RANGE = ">=2.0.0-dev.7 <2.1.0";

/**
* Version of cate-cli that is know to run with this version of Cate Desktop.
* Note the version name must be compatible with PEP-440 and a cate-cli package
* with that version should have been deployed.
* @type {string}
*/
export const EXPECTED_APP_CLI_VERSION = "2.0.0.dev6";
export const EXPECTED_APP_CLI_VERSION = "2.0.0.dev7";

export const CATE_CLI_NAME = "cate";
export const CATE_WEBAPI_NAME = "cate-webapi";
Expand Down

0 comments on commit 23fde5a

Please sign in to comment.