We frequently update our real estate software. However, in the old versioning model, long numbers like 1.4.148 or 2.0.78 from an outside perspective, did not convey the magnitude of the innovations. It wasn't reflective enough.
ÖFor example, when we launched “Real Estate Software 2.0” there was a big jump:
Live chat module
WhatsApp message integration
Portfolio search on the map
One-touch portfolio sharing in CRM
In recent months, we've added similarly significant innovations:
Instagram DM integration
Portfolio request support
Construction project support
In addition to these, we've made 90 minor updates.
These would normally take us to version 3.0 Corporate email integrations for switchboards, Facebook, Telegram, WhatsApp voice calls, and CRM that we will launch soon also deserve version 4.0.
But there's a problem here:
If every major integration “3.0”, “4.0”, “5.0” If we announced that this software was unstable and constantly changing major versions, it could lead to the conclusion that it was .
If we continued with minor version numbers (like 1.4.148
), then the innovationsremained invisible.
Therefore, we're moving our versioning to theCalVer (Calendar Versioning) model:
👉 Year.Month.xx format → 25.09.0
, 25.09.1
, 25.10.0
…
ÖFor example, the first version released in September 2025 was 25.09.0, the second version in the month The version is September 25, 2010.
CalVer is a method for linking version numbers to the calendar.
25.09
→ September 2025 line
25.09.2
→ 3rd update of September
The counter is reset at the beginning of each month. This way, the version number reflects both up-to-dateness and a regular development schedule.
REST API versions will remain the same. (e.g., /api/v1
, /api/v2
)
No additional compatibility work is required for integrating users.
The new version format only supports the software's externally displayed “label” is changing.
This step was made possible thanks to the feedback of our users and the rapid development pace of our team.
Now, each version number will clearly show both the value of the innovation and the release date.
the value of the innovation. We are building software that is more powerful, more understandable and more maintainable. 🚀