Commit 60b5225a11ae40c57699dd6eda8e61ef92e15824

Authored by Adhidarma Hadiwinoto
1 parent c7ca62ff7b
Exists in master

Need core version v1.34.3-1-g86cdf97

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

lib/coreapi/core-version.js
1 1 "use strict";
2 2  
3   -const MINIMUM_VERSION = 'v1.34.0';
  3 +const MINIMUM_VERSION = 'v1.34.3-1-g86cdf97';
4 4  
5 5 const util = require('util');
6 6 const naturalCompare = require('natural-compare-lite');