summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xmorph2
1 files changed, 1 insertions, 1 deletions
diff --git a/morph b/morph
index 13d934d6..c053753e 100755
--- a/morph
+++ b/morph
@@ -379,4 +379,4 @@ class Morph(cliapp.Application):
if __name__ == '__main__':
- Morph().run()
+ Morph(version=morphlib.__version__).run()