We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 75c5932 + 167723c commit 4218aedCopy full SHA for 4218aed
craft
@@ -6,11 +6,11 @@ successfully import commands for you.
6
"""
7
8
from cleo import Application
9
-from masonite import info
+from masonite import __version__
10
11
from wsgi import container
12
13
-application = Application('Masonite Version:', info.VERSION)
+application = Application('Masonite Version:', __version__)
14
15
for key, value in container.providers.items():
16
if isinstance(key, str) and key.endswith('Command'):
0 commit comments