lib/golink/version.rb in golink-1.0.3 vs lib/golink/version.rb in golink-1.0.4

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