From b5b201f61ca68c37e44ee1dc01233d885fcda4c5 Mon Sep 17 00:00:00 2001
From: Ricter Z <ricterzheng@gmail.com>
Date: Sun, 1 Jul 2018 02:15:26 +0800
Subject: [PATCH] =?UTF-8?q?=F0=9F=8D=BB?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 nhentai/cmdline.py | 5 +++--
 nhentai/command.py | 2 +-
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/nhentai/cmdline.py b/nhentai/cmdline.py
index 1cb58a0..d3453d2 100644
--- a/nhentai/cmdline.py
+++ b/nhentai/cmdline.py
@@ -2,6 +2,7 @@
 from __future__ import print_function
 import sys
 from optparse import OptionParser
+from nhentai import __version__
 try:
     from itertools import ifilter as filter
 except ImportError:
@@ -20,13 +21,13 @@ except NameError:
 
 
 def banner():
-    logger.info(u'''nHentai: あなたも変態。 いいね?
+    logger.info(u'''nHentai ver %s: あなたも変態。 いいね?
        _   _            _        _
  _ __ | | | | ___ _ __ | |_ __ _(_)
 | '_ \| |_| |/ _ \ '_ \| __/ _` | |
 | | | |  _  |  __/ | | | || (_| | |
 |_| |_|_| |_|\___|_| |_|\__\__,_|_|
-''')
+''' % __version__)
 
 
 def cmd_parser():
diff --git a/nhentai/command.py b/nhentai/command.py
index 309306c..5f08cef 100644
--- a/nhentai/command.py
+++ b/nhentai/command.py
@@ -53,7 +53,7 @@ def main():
                 generate_cbz(options.output_dir, doujinshi)
 
         if not platform.system() == 'Windows':
-            logger.log(15, '? All done.')
+            logger.log(15, '🍻 All done.')
         else:
             logger.log(15, 'All done.')