Answer
There is amber-cli and amber for the client in the bower_components folder. They do not need to be in the same version.
On the command line
amber version
gives you the version of the amber-cli package. Check bower_components/amber/bower.json and bower_components/amber/package.json for the client side version.
Originally at 2015-01-17T16:23:38Z by Hannes Hirzel
From: [amber #1131](https://github.com/amber-smalltalk/amber/issues/1131)
**Answer**
There is ``amber-cli`` and ``amber`` for the client in the ``bower_components`` folder. They do not need to be in the same version.
On the command line
amber version
gives you the version of the ``amber-cli`` package. Check bower_components/amber/bower.json and bower_components/amber/package.json for the client side version.
The version of Amber used in the ``amber init`` command is hard coded in https://github.com/amber-smalltalk/grunt-init-amber/blob/master/template.js
Originally at 2015-01-17T16:23:38Z by Hannes Hirzel
From: amber #1131
Answer There is
amber-cli
andamber
for the client in thebower_components
folder. They do not need to be in the same version.On the command line
gives you the version of the
amber-cli
package. Check bower_components/amber/bower.json and bower_components/amber/package.json for the client side version.The version of Amber used in the
amber init
command is hard coded in https://github.com/amber-smalltalk/grunt-init-amber/blob/master/template.js