Skip to content

Commit

Permalink
v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewmcgarvey committed Sep 14, 2022
1 parent 2a4c45d commit cf26795
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.0
version: 0.2.1

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.0"
VERSION = "0.2.1"

def self.run(file : String)
procfile = Nox::Procfile.parse_file(file)
Expand Down

0 comments on commit cf26795

Please sign in to comment.