lib/golink/version.rb in golink-1.0.7 vs lib/golink/version.rb in golink-1.0.8

- old
+ new

@@ -6,10 +6,10 @@ # MAJOR: It includes API changes and can break backward compatibility # MINOR: It includes new features without breaking existing APIs # PATCH: Fixes bugs and brings improvements in existing implementations MAJOR = 1 MINOR = 0 - PATCH = 7 + PATCH = 8 VERSION = "#{MAJOR}.#{MINOR}.#{PATCH}" end end end