blob: 479242b655bdd24320d1c02cface38bc67b68934 [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.2.1
buildVersion = 3.2.1
# 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