Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TiSiE committed Jul 8, 2020
1 parent e548966 commit d33afc3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Module.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,15 @@
* Class Module
*
* @author Anthonius Munthi <me@itstoni.com>
* @author Mathias Gelhausen <gelhausen@cross-solution.de>
* @since 0.26
* @package Solr
*/
class Module implements ConsoleUsageProviderInterface, VersionProviderInterface
{
use VersionProviderTrait;

const VERSION = '0.9.4';
const VERSION = '1.0.0';

public function getConsoleUsage(AdapterInterface $console)
{
Expand Down

0 comments on commit d33afc3

Please sign in to comment.