Skip to content

Commit

Permalink
fix: add dinamic lenna version
Browse files Browse the repository at this point in the history
  • Loading branch information
aristotelesbr committed Jan 3, 2024
1 parent a248b2c commit 431656e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/lenna/cli/commands/create_project.rb
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def create_config_ru
#
def create_app_directory
simple_template = <<~HTML.strip
'<h2>Hello, welcome to Lenna! #{Lennarb::VERSION}</h1>'
'<h1>Hello, welcome to Lenna! #{Lennarb::VERSION}</h1>'
HTML
create_template('application', { simple_template: }, 'app/application.rb')
end
Expand Down

0 comments on commit 431656e

Please sign in to comment.