lib/antelope/version.rb in antelope-0.0.1 vs lib/antelope/version.rb in antelope-0.1.0

- old
+ new

@@ -1,4 +1,4 @@ module Antelope # The current running version of antelope. - VERSION = "0.0.1".freeze + VERSION = "0.1.0".freeze end