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
I think this occurred because "0.5.0" was built on somebody's developer machine before the 0.5.0 tag was created or their local repository was missing the tag:
My suggestion for this fix would be to make sure the builds that get uploaded to GitHub or whatever come from a CI/CD server that builds when a tag is pushed. Discipline that and this is closed.
Version
Describe the bug
Trying to upgrade v0.4.0 to v0.5.0.
When installing DCE CLI with version 0.5.0, the dce version in terminal still appears as 0.4.0.
To Reproduce
Steps to reproduce the behavior:
Download the zip file
wget https://github.com/Optum/dce-cli/releases/download/**v0.5.0**/dce_darwin_amd64.zip
Unzip to a directory on your path
unzip dce_darwin_amd64.zip -d /usr/local/bin
~ dce version **0.4.0**
Expected behavior
Version should be 0.5.0 but shows 0.4.0
The text was updated successfully, but these errors were encountered: