Skip to content

Release v1.6.3

Choose a tag to compare

@github-actions github-actions released this 16 Jun 18:10
d0538c3

Summary

The cratis update command updates the on-disk binary but then checks the version of the currently running process, which hasn't changed. This caused it to report "Already at the latest version (1.6.1)" even after successfully installing 1.6.2.

Fixed

  • Update command now queries available version before updating and reports that version on success, avoiding false "already at latest" messages (#34)
  • Added user guidance that new version takes effect on next CLI invocation (#34)