lib/stomper/version.rb in stomper-2.0.5 vs lib/stomper/version.rb in stomper-2.0.6
- old
+ new
@@ -1,7 +1,7 @@
# -*- encoding: utf-8 -*-
# Primary namespace of the stomper gem.
module Stomper
- # The current version of the stomper gem.
- VERSION = '2.0.5'
+ # The final version of the stomper gem.
+ VERSION = '2.0.6'
end