lib/golink/version.rb in golink-1.0.0 vs lib/golink/version.rb in golink-1.0.1

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