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