lib/hn/version.rb in hn_api-0.0.1 vs lib/hn/version.rb in hn_api-0.0.2

- old
+ new

@@ -1,9 +1,9 @@ module HN class Version MAJOR = 0 MINOR = 0 - PATCH = 1 + PATCH = 2 PRE = nil class << self def to_s [MAJOR, MINOR, PATCH, PRE].compact.join('.') \ No newline at end of file