lib/gettext/version.rb in gettext-3.2.7 vs lib/gettext/version.rb in gettext-3.2.8

- old
+ new

@@ -1,13 +1,13 @@ =begin version - version information of gettext - Copyright (C) 2012-2017 Kouhei Sutou <kou@clear-code.com> + Copyright (C) 2012-2018 Kouhei Sutou <kou@clear-code.com> Copyright (C) 2005-2009 Masao Mutoh You may redistribute it and/or modify it under the same license terms as Ruby or LGPL. =end module GetText - VERSION = "3.2.7" + VERSION = "3.2.8" end