diff options
author | Prudence Au <prudence.au@amdocs.com> | 2018-07-25 14:31:48 -0400 |
---|---|---|
committer | Prudence Au <prudence.au@amdocs.com> | 2018-07-25 14:31:48 -0400 |
commit | cdc053eda590fb5068ed8d21afdf5f31a5d7be91 (patch) | |
tree | c8e735533bbef7eb091e57a53bea985a20ba0b05 /version.properties | |
parent | 3f2f0019003389c2d29d8d535864b3a2c13faf87 (diff) |
Line up the versio number
Change-Id: I033c382b47cc8ca3d2570cf6007f0701e4bedd82
Issue-ID: LOG-569
Signed-off-by: Prudence Au <prudence.au@amdocs.com>
Diffstat (limited to 'version.properties')
-rw-r--r-- | version.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/version.properties b/version.properties index cdcd1e9..70bc126 100644 --- a/version.properties +++ b/version.properties @@ -3,7 +3,7 @@ # because they are used in Jenkins, whose plug-in doesn't support
major=1
-minor=0
+minor=3
patch=0
base_version=${major}.${minor}.${patch}
|