Updated the CLI to 0.11.0.

- Adjusted to gRPC API change, and
 - Log the CLI commit only once when generating from protoc.

Signed-off-by: Akos Kitta <kittaakos@typefox.io>
This commit is contained in:
Akos Kitta
2020-06-29 13:19:43 +02:00
parent f6f6cb20de
commit ae6aec27db
3 changed files with 2 additions and 5 deletions

View File

@@ -10,7 +10,7 @@
(() => {
const DEFAULT_VERSION = '0.9.0'; // require('moment')().format('YYYYMMDD');
const DEFAULT_VERSION = '0.11.0'; // require('moment')().format('YYYYMMDD');
const path = require('path');
const shell = require('shelljs');