Skip to content

Commit

Permalink
Major version 1.0.0
Browse files Browse the repository at this point in the history
Well as we've broken backwards compatability may as well 1.0 this thing
  • Loading branch information
Julian Cheal committed Apr 18, 2016
1 parent a0789d6 commit e35db34
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/ofx/version.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module OFX
module Version
MAJOR = 0
MINOR = 4
PATCH = 2
MAJOR = 1
MINOR = 0
PATCH = 0
STRING = "#{MAJOR}.#{MINOR}.#{PATCH}"
end
end

0 comments on commit e35db34

Please sign in to comment.