Skip to content

Commit

Permalink
v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewmcgarvey committed Oct 4, 2022
1 parent a6c7782 commit af25795
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion shard.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: nox
version: 0.2.1
version: 0.2.2

authors:
- matthewmcgarvey <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion src/nox.cr
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit af25795

Please sign in to comment.