lib/locale/version.rb in locale-2.1.0 vs lib/locale/version.rb in locale-2.1.1
- old
+ new
@@ -1,13 +1,13 @@
=begin
version - version information of Ruby-Locale
Copyright (C) 2008 Masao Mutoh
Copyright (C) 2013 Kouhei Sutou <kou@clear-code.com>
-
+
You may redistribute it and/or modify it under the same
license terms as Ruby.
=end
module Locale
- VERSION = "2.1.0"
+ VERSION = "2.1.1"
end