Difference between web & desktop version numbering

Hello,

Invoice Ninja Version: -
git describe --tags → v5.7.33-27-gcce2fb78f4

git status → On branch v5-stable. Your branch is up to date with ‘origin/v5-stable’. Nothing to commit, working tree clean.

Desktop app (Linux) shows v5.7.33-L125 while using the web browser it shows v5.7.33-C125. What do the letters L & C before the 125 mean.

I also noticed that they both show a blue triangle notifying of a new version “v5.7.34” which is not available via git at the moment. Is this normal? Its all a bit confusing.

Hi,

The ‘L’ stands for Linux, the ‘C’ stands for Web Client (‘W’ is used for Windows).

The latest version is v5.7.35: Releases · invoiceninja/invoiceninja · GitHub

1 Like