Skip to content

Commit

Permalink
Remove unneeded freeze
Browse files Browse the repository at this point in the history
  • Loading branch information
davidalejandroaguilar committed Nov 26, 2024
1 parent d3f9ca5 commit b5d976c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ namespace :release do
module PhlexyUI
# This timestamp is automatically updated when releasing a new version
# Format: YYYY-MM-DD HH:MM:SS UTC
UPDATED_AT = "#{timestamp}".freeze
UPDATED_AT = "#{timestamp}"
end
RUBY

Expand Down

0 comments on commit b5d976c

Please sign in to comment.