blob: 02cff2ab27f28185c45b9619e2c4e7302a1688c4 [file] [log] [blame]
# Release version definition
# This file is read by gradle build scripts, but also packaged with builder and
# builder-model as a resource, for Version classes to read.
baseVersion = 26.4.0-rc01
buildVersion = 3.4.0-rc01
# 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 nativeApiVersion
# 1.0.x 0
# 1.1.x 0
# 1.2.x 2
# 1.3.x 3
# 1.4.x 3 0
apiVersion = 3
nativeApiVersion = 0