summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHaishan <[email protected]>2019-08-29 22:51:22 +0800
committerHaishan <[email protected]>2019-08-29 22:51:22 +0800
commit36034a7d2e8bb0072faf9e6241433b1617ffbf58 (patch)
tree7a76ed25f3f77bbfef273ebac1f888db3e297993 /src
parent2dc4a1362e33d523116c333732a2d09ccde9a729 (diff)
feat: log app version to console
Diffstat (limited to 'src')
-rw-r--r--src/app.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/app.js b/src/app.js
index 9103c03..994849c 100644
--- a/src/app.js
+++ b/src/app.js
@@ -24,3 +24,5 @@ root.render(<Root />);
// eslint-disable-next-line no-console
console.log('Checkout the repo: https://github.com/haishanh/yacd');
+// eslint-disable-next-line
+console.log('Version:', __VERSION__);