diff --git a/src/atom.coffee b/src/atom.coffee index 412586abb..848be9b3b 100644 --- a/src/atom.coffee +++ b/src/atom.coffee @@ -104,7 +104,7 @@ class Atom extends Model # Private: Get the version of the Atom application. @getVersion: -> - app.getVersion() + @version ?= app.getVersion() # Private: Determine whether the current version is an official release. @isReleasedVersion: ->