lib/rbi/version.rb in rbi-0.0.2 vs lib/rbi/version.rb in rbi-0.0.3

- old
+ new

@@ -1,7 +1,7 @@ # typed: true # typed: false # frozen_string_literal: true module RBI - VERSION = "0.0.2" + VERSION = "0.0.3" end