Freeze contants

This commit is contained in:
Thibault Jouan
2014-05-25 14:20:54 +00:00
parent 7ecd22c63b
commit 8168e68a2d
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
module Producer
module Core
VERSION = '0.2.5'
VERSION = '0.2.5'.freeze
end
end