We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fb58df commit 8d84132Copy full SHA for 8d84132
lib/gettext/version.rb
@@ -1,13 +1,13 @@
1
=begin
2
version - version information of gettext
3
4
- Copyright (C) 2012-2023 Sutou Kouhei <kou@clear-code.com>
+ Copyright (C) 2012-2024 Sutou Kouhei <kou@clear-code.com>
5
Copyright (C) 2005-2009 Masao Mutoh
6
7
You may redistribute it and/or modify it under the same
8
license terms as Ruby or LGPL.
9
=end
10
11
module GetText
12
- VERSION = "3.4.9"
+ VERSION = "3.5.0"
13
end
0 commit comments