We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2f3ef8 commit bb60531Copy full SHA for bb60531
ChangeLog.rdoc
@@ -1,6 +1,6 @@
1
= BinData Changelog
2
3
-== Version 2.4.9 (xxxx-xx-xx)
+== Version 2.4.9 (2021-04-22)
4
5
* Change example from Fixnum to Integer. Thanks to Tim Chambers.
6
* Now works with frozen string literals. Requested by Jeremy Evans.
lib/bindata/version.rb
@@ -1,3 +1,3 @@
module BinData
- VERSION = "2.4.8"
+ VERSION = "2.4.9"
end
0 commit comments