aboutsummaryrefslogtreecommitdiff
path: root/base/version.gradle
blob: ed40b0ce0a55ad3b164358eec416293f8b403f78 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
project.ext.baseVersion = '24.3.0-beta1'
project.ext.buildVersion = '1.3.0-beta1'

// 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