lib/tanita/api/client/version.rb in tanita-api-client-0.1.1 vs lib/tanita/api/client/version.rb in tanita-api-client-0.2.0
- old
+ new
@@ -1,9 +1,9 @@
# frozen_string_literal: true
module Tanita
module Api
module Client
- VERSION = '0.1.1'
+ VERSION = '0.2.0'
end
end
end