Skip to content

Commit c500486

Browse files
Update releases.rb
1 parent cdcd958 commit c500486

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_plugins/releases.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def initialize(site, base, lang, srcdir, src, output_directory)
4646
self.data['lang'] = lang
4747

4848
## Only processes numeric version numbers with up to five decimals
49-
self.data['versionint'] = versiontoint(self.data['required_version'])
49+
self.data['versionint'] = versiontoint(self.data['required_version'].to_s)
5050

5151
self.data['layout'] = 'release'
5252
self.data['category'] = 'release'

0 commit comments

Comments
 (0)