diff --git a/rtsadmin/__init__.py b/rtsadmin/__init__.py index 90150a8..c8a8f07 100644 --- a/targetcli/__init__.py +++ b/targetcli/__init__.py @@ -17,7 +17,7 @@ along with this program. If not, see . from ui_root import UIRoot -__version__ = 'GIT_VERSION' +__version__ = 'b03ec79' __author__ = "Jerome Martin " __url__ = "http://www.risingtidesystems.com" __description__ = "An administration shell for RTS storage targets."