Skip to content

Commit

Permalink
Bump VERSION.
Browse files Browse the repository at this point in the history
  • Loading branch information
soveran committed Sep 24, 2010
1 parent 08bab14 commit 87b826e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cutest.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = "cutest"
s.version = "0.1.2"
s.version = "0.1.3"
s.summary = "Forking tests."
s.description = "Run tests in separate processes to avoid shared state."
s.authors = ["Damian Janowski", "Michel Martens"]
Expand Down
2 changes: 1 addition & 1 deletion lib/cutest.rb
@@ -1,7 +1,7 @@
require "batch"

class Cutest < Batch
VERSION = "0.1.2"
VERSION = "0.1.3"

def report_error(_, error)
$stderr.puts "#{error}\n"
Expand Down

0 comments on commit 87b826e

Please sign in to comment.