You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After each release the version on the main branch remains at the last release version. This makes it difficult to determine if a dev version (api/sdk built from unreleased main branch) is being run or the last release.
This issue is to propose a change to the release process/scripts to bump the main branch version to differentiate it from the prior release.
One option is to bump the version on the main branch to the next release number (minor version bump) with a "-DEV" suffix.