lib/songstats/api/version.rb in songstats-api-1.0.0 vs lib/songstats/api/version.rb in songstats-api-1.1.0
- old
+ new
@@ -1,7 +1,7 @@
# frozen_string_literal: true
module Songstats
module Api
- VERSION = "1.0.0"
+ VERSION = "1.1.0"
end
end