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 installed static_shock_cli with dart pub global activate static_shock_cli. Now, every time shock is called, it reports
New version of static_shock_cli is available: 0.0.8 -> 0.0.9
Run `shock upgrade` to upgrade to the latest version.
But when I call shock upgrade, the result is:
Checking for newer versions of static_shock_cli...
New version of static_shock_cli is available: 0.0.8 -> 0.0.9
Updating your static_shock_cli package to version 0.0.9...
Done upgrading static_shock_cli. Your current version is 0.0.8.
Note the last line. It still reports the version as being 0.0.8, and next time I call it, it will again recommend an upgrade.
It seems that upgrade worked but static_shock_cli/lib/src/version.dart was not updated.
The text was updated successfully, but these errors were encountered:
I installed static_shock_cli with
dart pub global activate static_shock_cli
. Now, every timeshock
is called, it reportsBut when I call
shock upgrade
, the result is:Note the last line. It still reports the version as being 0.0.8, and next time I call it, it will again recommend an upgrade.
It seems that upgrade worked but
static_shock_cli/lib/src/version.dart
was not updated.The text was updated successfully, but these errors were encountered: