Skip to content

Commit 2e0d88d

Browse files
committed
Bump version number
1 parent deb06d8 commit 2e0d88d

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

ChangeLog.rdoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
= BinData Changelog
22

3-
== Version 2.5.1 (202x-xx-xx)
3+
== Version 2.5.1 (2025-04-11)
44

55
* Added changelog link to gemspec. Thanks to Mark Young.
6+
* Support Ruby 3.4.
67

78
== Version 2.5.0 (2024-02-16)
89

lib/bindata.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# BinData -- Binary data manipulator.
2-
# Copyright (c) 2007 - 2018 Dion Mendel.
2+
# Copyright (c) 2007 - 2025 Dion Mendel.
33

44
require 'bindata/version'
55
require 'bindata/array'
@@ -35,4 +35,4 @@
3535
#
3636
# BinData is released under the same license as Ruby.
3737
#
38-
# Copyright (c) 2007 - 2018 Dion Mendel.
38+
# Copyright (c) 2007 - 2025 Dion Mendel.

lib/bindata/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module BinData
2-
VERSION = '2.5.0'
2+
VERSION = '2.5.1'
33
end

0 commit comments

Comments
 (0)