diff --git a/shard.yml b/shard.yml index 2afd86e..1fa4caa 100644 --- a/shard.yml +++ b/shard.yml @@ -1,6 +1,6 @@ name: athena-console -version: 0.3.0 +version: 0.3.1 crystal: ~> 1.4 diff --git a/src/athena-console.cr b/src/athena-console.cr index 6a548eb..3dfd772 100644 --- a/src/athena-console.cr +++ b/src/athena-console.cr @@ -94,7 +94,7 @@ alias ACONA = ACON::Annotations # TIP: If using this component with the `Athena::DependencyInjection` component, `ACON::Command` that have the `ADI::Register` annotation will automatically # be registered as commands when using the `ADI::Console::Application` type. module Athena::Console - VERSION = "0.3.0" + VERSION = "0.3.1" # Contains all the `Athena::Console` based annotations. module Annotations; end