feat(version): Use simpler version.rb file
This commit is contained in:
parent
482ac3cf7c
commit
ffca1b9952
@ -1,11 +1,6 @@
|
|||||||
# Expose gem version
|
# Expose gem version
|
||||||
class AlgoliaSearchJekyllVersion
|
class AlgoliaSearchJekyllVersion
|
||||||
MAJOR = 0
|
|
||||||
MINOR = 5
|
|
||||||
PATCH = 1
|
|
||||||
BUILD = nil
|
|
||||||
|
|
||||||
def self.to_s
|
def self.to_s
|
||||||
[MAJOR, MINOR, PATCH, BUILD].compact.join('.')
|
'0.5.1'
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user