Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Feb 27, 2024
1 parent 1fb58df commit 8d84132
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/gettext/version.rb
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
=begin
version - version information of gettext
Copyright (C) 2012-2023 Sutou Kouhei <[email protected]>
Copyright (C) 2012-2024 Sutou Kouhei <[email protected]>
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.9"
VERSION = "3.5.0"
end

0 comments on commit 8d84132

Please sign in to comment.