blob: f016736f5dd74b7873b02f026c93a029158f50a1 [file] [log] [blame]
project.ext.baseVersion = '24.3.0-alpha4'
project.ext.buildVersion = '1.3.0-alpha4'
// This counter should be incremented every time the api is changed in not backward-compatible way,
// i.e. it should be incremented from N to N+1 only when the api is changed in a way that existing
// plugin v.N clients will be unable to work with v.N+1
// Plugin Versions apiVersion
// 1.0.x 0
// 1.1.x 0
// 1.2.x 2
// 1.3.x 3
project.ext.apiVersion = 3