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

- 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 = 8 + PATCH = 9 VERSION = "#{MAJOR}.#{MINOR}.#{PATCH}" end end end