blob: 2c02b53d513aa36a0811196ff359f15b943f72c0 [file] [log] [blame]
project.ext.baseVersion = '24.3.0-alpha5'
project.ext.buildVersion = '1.3.0-alpha5'
// 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