Skip to content

Commit d52b22c

Browse files
Update releases.rb
1 parent 21c86dc commit d52b22c

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
@@ -34,7 +34,7 @@ def initialize(site, base, lang, srcdir, src, output_directory)
3434
end
3535

3636
## Output file is v<version>.md (converted later to HTML)
37-
output_file = "v" + version + ".md"
37+
output_file = "v" + version.to_s + ".md"
3838
@name = output_file
3939
self.process(output_file)
4040

0 commit comments

Comments
 (0)