Skip to content

Commit

Permalink
Release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mswart committed Oct 23, 2013
1 parent c29b91a commit de10792
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/cany/version.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module Cany
module VERSION
MAJOR = 0
MINOR = 2
PATCH = 1
MINOR = 3
PATCH = 0
STAGE = nil
STRING = [MAJOR, MINOR, PATCH, STAGE].reject(&:nil?).join('.')
def self.to_s; STRING end
Expand Down

0 comments on commit de10792

Please sign in to comment.