Skip to content

Commit

Permalink
Show app version in log on startup (keybase#4015)
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel authored Aug 23, 2016
1 parent 60c85d4 commit 2b0c97f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions desktop/app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ function start () {
ListenLogUi()
windowHelper(app)

console.log('Version:', app.getVersion())

installer(err => {
if (err) {
console.log('Error: ', err)
Expand Down

0 comments on commit 2b0c97f

Please sign in to comment.