lib/cc/cli/version.rb in codeclimate-0.52.0 vs lib/cc/cli/version.rb in codeclimate-0.53.0

- old
+ new

@@ -5,11 +5,9 @@ def run say version end - private - def version path = File.expand_path("../../../../VERSION", __FILE__) @version ||= File.read(path) end end