We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e385192 + f0c14cc commit 8c0256eCopy full SHA for 8c0256e
mbed/mbed.py
@@ -53,7 +53,7 @@
53
54
55
# Application version
56
-ver = '1.10.2'
+ver = '1.10.4'
57
58
# Default paths to Mercurial and Git
59
hg_cmd = 'hg'
setup.py
@@ -15,7 +15,7 @@
15
from setuptools import find_packages
16
17
NAME = 'mbed-cli'
18
-__version__ = '1.10.3'
+__version__ = '1.10.4'
19
20
repository_dir = os.path.dirname(__file__)
21
0 commit comments