lib/songstats/api/version.rb in songstats-api-0.1.6 vs lib/songstats/api/version.rb in songstats-api-1.0.0

- old
+ new

@@ -1,7 +1,7 @@ # frozen_string_literal: true module Songstats module Api - VERSION = "0.1.6" + VERSION = "1.0.0" end end