Skip to content

Commit

Permalink
fix showing incorrect linstor-client githash
Browse files Browse the repository at this point in the history
  • Loading branch information
rp- committed Apr 27, 2021
1 parent 5e67b69 commit 83ce18a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions linstor_client/consts.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
"""

"""
Global constants for linstor
Global constants for linstor client
"""

VERSION = "1.6.1"

try:
from linstor.consts_githash import GITHASH
from linstor_client.consts_githash import GITHASH
except ImportError:
GITHASH = 'GIT-hash: UNKNOWN'

Expand Down

0 comments on commit 83ce18a

Please sign in to comment.