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