Skip to content

Commit

Permalink
Updated version.rb.
Browse files Browse the repository at this point in the history
  • Loading branch information
brixen committed Jan 12, 2014
1 parent 0e5165f commit 9efbac6
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions lib/pegarus/version.rb
@@ -1,14 +1,3 @@
module Pegarus
module VERSION
MAJOR = 0
MINOR = 3
TINY = 0
BUILD = 'dev'

STRING = [MAJOR, MINOR, TINY, BUILD].join('.')
end

def VERSION.to_s
self::STRING
end
VERSION = "0.3.0.dev"
end

0 comments on commit 9efbac6

Please sign in to comment.