lib/runby_pace/version.rb in runby_pace-0.2.72 vs lib/runby_pace/version.rb in runby_pace-0.2.73

- old
+ new

@@ -1,3 +1,3 @@ module RunbyPace - VERSION = "0.2.#{`git rev-list --count HEAD`}" + VERSION = "0.2.#{`git rev-list --count HEAD`}".freeze end