Skip to content

Commit bedb3aa

Browse files
committed
single quote the version string
1 parent b40a1d4 commit bedb3aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mongoid/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ module Mongoid
55
#
66
# Note that this file is automatically updated via `rake candidate:create`.
77
# Manual changes to this file will be overwritten by that rake task.
8-
VERSION = "9.0.2"
8+
VERSION = '9.0.2'
99
end

0 commit comments

Comments
 (0)