lib/rbi/version.rb in
rbi-0.0.13
vs lib/rbi/version.rb in
rbi-0.0.14
- old
+ new
@@ -1,6 +1,6 @@
-# typed: true
+# typed: strict
# frozen_string_literal: true module RBI
- VERSION = "0.0.13"
+ VERSION = "0.0.14"
end