diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2020-10-29 07:32:01 -0400 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2020-10-29 07:32:04 -0400 |
commit | 0773251f73dd1967040c170d38485d74fe485bd7 (patch) | |
tree | 1acf1dcd234c7141dd0655a9f967f3e188af2c81 /version.properties | |
parent | 563d636040ea828aef4cba71878ca2abf2c3a366 (diff) |
Bump master to 3.2.0-SNAPSHOT
Issue-ID: INT-1756
Change-Id: I383c3c3f2690ac904d33537946f65f508adabd09
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Diffstat (limited to 'version.properties')
-rw-r--r-- | version.properties | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/version.properties b/version.properties index 8c58c9d..e99a750 100644 --- a/version.properties +++ b/version.properties @@ -4,8 +4,8 @@ # because they are used in Jenkins, whose plug-in doesn't support major_version=3 -minor_version=1 -patch_version=1 +minor_version=2 +patch_version=0 base_version=${major_version}.${minor_version}.${patch_version} |