8 lines
72 B
Ruby
8 lines
72 B
Ruby
# frozen_string_literal: true
|
|
|
|
module AppInfo
|
|
|
|
VERSION = '0.1.1'
|
|
|
|
end
|