lib/gettext/version.rb in gettext-3.4.2 vs lib/gettext/version.rb in gettext-3.4.3
- old
+ new
@@ -1,13 +1,13 @@
=begin
version - version information of gettext
- Copyright (C) 2012-2021 Sutou Kouhei <kou@clear-code.com>
+ Copyright (C) 2012-2022 Sutou Kouhei <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.4.2"
+ VERSION = "3.4.3"
end