6 lines
74 B
Ruby
6 lines
74 B
Ruby
# frozen_string_literal: true
|
|
|
|
module Picopackage
|
|
VERSION = "0.2.1"
|
|
end
|