diff options
author | Toshimichi Fukuda <t_fukuda@jp.fujitsu.com> | 2019-04-19 17:04:13 +0900 |
---|---|---|
committer | Ofir Sonsino <ofir.sonsino@intl.att.com> | 2019-05-07 16:03:10 +0000 |
commit | 45435cd6812c1118b7751163b46618c6329a1ac1 (patch) | |
tree | 35faed932c60c9d536a5159494a2cc372676de24 /version.properties | |
parent | c6bdb4e477d0ad6b146ce811f32fc8356c12a226 (diff) |
Add getDataTypes property for SDC list type input
Change-Id: Iba3b2a9c74914a81b3c70ad1fdc1701f1da303e1
Issue-ID: SDC-2046
Signed-off-by: Toshimichi Fukuda <t_fukuda@jp.fujitsu.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 81c5c8f..0f0fb2b 100644 --- a/version.properties +++ b/version.properties @@ -4,8 +4,8 @@ # because they are used in Jenkins, whose plug-in doesn't support major=1 -minor=5 -patch=1 +minor=6 +patch=0 base_version=${major}.${minor}.${patch} |