lib/runby_pace/version.rb in runby_pace-0.6.146 vs lib/runby_pace/version.rb in runby_pace-0.6.147

- old
+ new

@@ -1,5 +1,5 @@ # frozen_string_literal: true module Runby - VERSION = "0.6.#{`git rev-list --count HEAD`}".freeze + VERSION = "0.6.#{`git rev-list --count HEAD`}" end