lib/useragent_api/version.rb in useragent_api-0.1.2 vs lib/useragent_api/version.rb in useragent_api-0.1.3
- old
+ new
@@ -1,3 +1,5 @@
+# frozen_string_literal: true
+
module UseragentApi
- VERSION = '0.1.2'.freeze
+ VERSION = '0.1.3'
end
- old
+ new