diff --git a/dist/index.js b/dist/index.js index ca65d8a9..0a5d51fb 100644 --- a/dist/index.js +++ b/dist/index.js @@ -1446,7 +1446,7 @@ main(); Object.defineProperty(exports, "__esModule", ({ value: true })); exports.VERSION = void 0; // Update this file before release. -exports.VERSION = 'v2.2.19'; +exports.VERSION = 'v2.2.20'; /***/ }), diff --git a/src/version.ts b/src/version.ts index 5857a385..64f1e06f 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1,2 +1,2 @@ // Update this file before release. -export const VERSION = 'v2.2.19'; +export const VERSION = 'v2.2.20';