Skip to content

Commit

Permalink
Define Drnbench::VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Oct 16, 2013
1 parent 3c692cd commit 4ad2832
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/drnbench.rb
@@ -1,4 +1,5 @@
# -*- coding: utf-8 -*-

require "drnbench/version"
require "drnbench/runner"
require "drnbench/gradual-runner"
3 changes: 3 additions & 0 deletions lib/drnbench/version.rb
@@ -0,0 +1,3 @@
module Drnbench
VERSION = "1.0.0"
end

0 comments on commit 4ad2832

Please sign in to comment.