mirror of https://github.com/apache/cloudstack.git
cli: rename version to common
The idea is to refactor and put common code in common module Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
This commit is contained in:
parent
88180fc139
commit
7f08c9db57
|
|
@ -16,6 +16,6 @@
|
|||
# under the License.
|
||||
|
||||
try:
|
||||
from version import __version__
|
||||
from common import __version__
|
||||
except ImportError, e:
|
||||
print e
|
||||
|
|
|
|||
|
|
@ -19,4 +19,3 @@
|
|||
# <cli major version>.<cloudstack minor version>.<cloudstack major version>
|
||||
# Example: For CloudStack 4.1.x, CLI version should be 0.1.4
|
||||
__version__ = "0.0.4"
|
||||
|
||||
Loading…
Reference in New Issue