lib/antelope/version.rb in antelope-0.3.2 vs lib/antelope/version.rb in antelope-0.4.0

- old
+ new

@@ -1,6 +1,6 @@ -# encoding: utf-8 - -module Antelope - # The current running version of antelope. - VERSION = '0.3.2'.freeze -end +# encoding: utf-8 + +module Antelope + # The current running version of antelope. + VERSION = '0.4.0'.freeze +end