Versioning confusion #163
-
I had missed the change from numerical versioning of cli, lite and, on premise to the date-like versioning. And now I’m a bit confused. When running lite 2024.03.03 the console logs 2.1.1. Is it possible to explain how it all fits together? |
Beta Was this translation helpful? Give feedback.
Answered by
simonbrowndotje
Mar 11, 2024
Replies: 1 comment 1 reply
-
Lite/on-premises/CLI are calver, whereas the Java libraries they depend upon (structurizr-core|client|dsl|etc) are semver. The console/log will show all versions. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
vedeja
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Lite/on-premises/CLI are calver, whereas the Java libraries they depend upon (structurizr-core|client|dsl|etc) are semver. The console/log will show all versions.