diff --git a/shard.yml b/shard.yml index 4343d54..6c1a594 100644 --- a/shard.yml +++ b/shard.yml @@ -1,5 +1,5 @@ name: nox -version: 0.2.0 +version: 0.2.1 authors: - matthewmcgarvey diff --git a/src/nox.cr b/src/nox.cr index 2411ee9..dd50ccf 100644 --- a/src/nox.cr +++ b/src/nox.cr @@ -5,7 +5,7 @@ require "./nox/process" require "./nox/runner" module Nox - VERSION = "0.2.0" + VERSION = "0.2.1" def self.run(file : String) procfile = Nox::Procfile.parse_file(file)