diff options
author | Rob Daugherty <rd472p@att.com> | 2018-10-19 15:13:38 -0400 |
---|---|---|
committer | Rob Daugherty <rd472p@att.com> | 2018-10-19 15:14:54 -0400 |
commit | 325d4e28475c88066f8c33415c283ff9ac356a1c (patch) | |
tree | 613a895cbdf0f39f2d203eb850515141d3187a7d /version.properties | |
parent | 28e0969c182e67466bc1563e5d049a5107e3e87d (diff) |
Update version to 1.4.0-SNAPSHOT for Dublin
Henceforth, the master branch will be for Dublin work.
Change-Id: I269fd8f227e37afdab9c633f45488c643e5e765e
Issue-ID: SO-1151
Signed-off-by: Rob Daugherty <rd472p@att.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 a254b216d6..668657e962 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=3 +minor=4 patch=0 base_version=${major}.${minor}.${patch} |