diff options
author | Guangrong Fu <fu.guangrong@zte.com.cn> | 2023-03-23 09:45:39 +0800 |
---|---|---|
committer | Guangrong Fu <fu.guangrong@zte.com.cn> | 2023-03-23 09:45:39 +0800 |
commit | 260902528c22fc2d59086b39958fa4f5e9c64b4c (patch) | |
tree | 21294ac3cef89ea9654676cec79f9408e16bcf18 | |
parent | 839fbb5f6d868df469743473b1e52a241124c369 (diff) |
Bumped the version of the common module.
Issue-ID: HOLMES-612
Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn>
Change-Id: I956d08e29e8511b8536b508ae646957f779995c8
-rw-r--r-- | version.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/version.properties b/version.properties index 4761c30..050b3ce 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=1
minor=4
-patch=4
+patch=5
base_version=${major}.${minor}.${patch}
|