Skip to content

Commit

Permalink
adding BenString::Version (how else will people be able to compare ve…
Browse files Browse the repository at this point in the history
…rsions, duh?!?!)
  • Loading branch information
tenderlove committed Dec 1, 2010
1 parent 359e956 commit 4c94a4d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions lib/ben_string.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
class BenString < String
module Version
MAJOR = 1
MINOR = 1
BUGFX = 0

VERSION = [MAJOR, MINOR, BUGFX].join('.')
end

VERSION = '1.1.0'

public
Expand Down

0 comments on commit 4c94a4d

Please sign in to comment.