mirror of
https://github.com/sshuttle/sshuttle.git
synced 2025-05-07 17:44:24 +02:00
fix: correct bad version number at runtime
This commit is contained in:
parent
cf867248c2
commit
7b662536ba
@ -1,4 +1 @@
|
||||
try:
|
||||
from sshuttle.version import version as __version__
|
||||
except ImportError:
|
||||
__version__ = "unknown"
|
||||
__version__ = "1.3.0"
|
||||
|
@ -1 +0,0 @@
|
||||
__version__ = version = '1.2.0'
|
Loading…
Reference in New Issue
Block a user