6 lines
68 B
Ruby
6 lines
68 B
Ruby
|
# frozen_string_literal: true
|
||
|
|
||
|
module SassC
|
||
|
VERSION = "2.2.1"
|
||
|
end
|