There was an error while loading. Please reload this page.
1 parent 98e79ea commit c6fe729Copy full SHA for c6fe729
lib/browser/version.rb
@@ -1,8 +1,8 @@
1
class Browser
2
module Version
3
MAJOR = 0
4
- MINOR = 7
5
- PATCH = 2
+ MINOR = 8
+ PATCH = 0
6
STRING = "#{MAJOR}.#{MINOR}.#{PATCH}"
7
end
8
0 commit comments