Skip to content

Commit

Permalink
Release v0.7.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Pyker committed May 19, 2022
1 parent dceee77 commit e796de1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Providers/AppServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public function boot()
define('SOLDER_STREAM', 'DEV');
}
if (! defined('SOLDER_VERSION')) {
define('SOLDER_VERSION', 'v0.7.9');
define('SOLDER_VERSION', 'v0.7.10');
}

UpdateUtils::init();
Expand Down

0 comments on commit e796de1

Please sign in to comment.