Skip to content

Commit 9559de3

Browse files
committed
added new version.rb
1 parent 970846f commit 9559de3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/json/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module JSON
22
# JSON version
3-
VERSION = '1.1.8'
3+
VERSION = '1.1.9'
44
VERSION_ARRAY = VERSION.split(/\./).map { |x| x.to_i } # :nodoc:
55
VERSION_MAJOR = VERSION_ARRAY[0] # :nodoc:
66
VERSION_MINOR = VERSION_ARRAY[1] # :nodoc:

0 commit comments

Comments
 (0)