2025 Versioning Scheme
So far, our version numbers were made up of month and day, with an optional subversion. For example, something release today would be v1219 and if a subsequent bug fix was necessary, we would create v1219.2 . In 2025, we are changing this patter to be 5{Week Number}{Subversion}. Which means the first deliverable of 2025 should be v5010 and if a subsequent release that same week would be v5011. That’s giving us up to 10 release per week and remains coherent with the 2024 scheme.
Here is an example of the current version vs new:
![]()
![]()
You can find version numbers in the bottom rght corner of the web app, which show web frontend and backend version. And who knows, maybe someday we’ll come up with a second frontend …