0

We have more time to release our a Chicagoboss framework project. Since we're thinking to update it to its latest version. But I don't know what's the way to find its current version.

Since - How can I find the version of ChicagoBoss?

trex
  • 3,848
  • 4
  • 31
  • 54

1 Answers1

1

The version number is stored in the .app file. In the original source code look for boss.app.src. On GitHub it can be viewed here: https://github.com/ChicagoBoss/ChicagoBoss/blob/v0.8.14/src/boss.app.src The relevant line is:

{vsn, "0.8.14"},

If Chicago Boss is already compiled and running you can still find the version by looking for a file named boss.app inside one of your ebin/ directories somewhere in your release.

Stratus3D
  • 4,648
  • 4
  • 35
  • 67