Skip to content

Commit

Permalink
Bump up version.
Browse files Browse the repository at this point in the history
  • Loading branch information
fnando committed Aug 23, 2015
1 parent 70cc918 commit a7595fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/browser/version.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Browser
module Version
MAJOR = 0
MINOR = 9
PATCH = 1
MAJOR = 1
MINOR = 0
PATCH = 0
STRING = "#{MAJOR}.#{MINOR}.#{PATCH}"
end
end

0 comments on commit a7595fd

Please sign in to comment.