How to get the Cesium version

Folks,

Where can we get the Cesium version to display in our app?

Thanks

Ian

Just check the Cesium.VERSION property. I know it wasn’t there in older versions, but it’s certainly been around for the last few

Yes that works, thanks

On Behalf Of Mark Erikson

Could you give me more help?
What is cesium.version? File, constant?

I've tried look for version file, and nothing.
I've tried in my application:

var version = Cesium.version;
console.log('Version is ' + version);

...and still nothing

Casing is important, it’s Cesium.VERSION not Cesium.version.