6 lines
75 B
Ruby
6 lines
75 B
Ruby
# frozen_string_literal: true
|
|
|
|
module Abraham
|
|
VERSION = "2.3.0.beta"
|
|
end
|