Bump version
Modified: lib/gettext/version.rb (+2 -2) =================================================================== |
||
... 1 2 3 4 5 6 7 ... 9 10 11 12 13 |
... 1 2 3 4 5 6 7 ... 9 10 11 12 13 |
@@ -1,7 +1,7 @@ =begin version - version information of gettext - Copyright (C) 2012-2017 Kouhei Sutou <k...@clear-code.com> + Copyright (C) 2012-2018 Kouhei Sutou <k...@clear-code.com> Copyright (C) 2005-2009 Masao Mutoh You may redistribute it and/or modify it under the same @@ -9,5 +9,5 @@ =end module GetText - VERSION = "3.2.7" + VERSION = "3.2.8" end |
---|