lib/ts_routes/version.rb in ts_routes-0.9.0 vs lib/ts_routes/version.rb in ts_routes-1.0.0

- old
+ new

@@ -1,3 +1,5 @@ +# frozen_string_literal: true + module TsRoutes - VERSION = "0.9.0" + VERSION = "1.0.0" end