diff options
author | MichaelMorris <michael.morris@est.tech> | 2022-03-23 12:16:36 +0000 |
---|---|---|
committer | MichaelMorris <michael.morris@est.tech> | 2022-03-23 12:16:42 +0000 |
commit | b286cf3d59db0ae319d62927fe97815fb6126ad8 (patch) | |
tree | f7b6b1144e0106fa04066c000507cbc0b62a980a /version.properties | |
parent | 4b5634daccbdb0e39caf9736ed6ec3bb577b3c60 (diff) |
Step version to 1.11.0-SNAPSHOT
Signed-off-by: MichaelMorris <michael.morris@est.tech>
Issue-ID: SDC-3909
Change-Id: I6d20e041b68afdc7ed6ffb900dcb372c1e600ee8
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 b40310e4ac..3605353297 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=10 -patch=3 +minor=11 +patch=0 base_version=${major}.${minor}.${patch} |