Fixed rubocop warnings
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2025-07-28 10:57:40 -04:00
parent b593ef7593
commit 85dfdb163a
3 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,7 @@
# frozen_string_literal: true
module AppInfo
VERSION = '0.1.0'
end