diff --git a/Rakefile b/Rakefile index a31af7d..6b76c7e 100644 --- a/Rakefile +++ b/Rakefile @@ -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