mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-19 10:52:48 -07:00
Adding version file
Follow the standard structure of having a version.rb file
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
# encoding: utf-8
|
||||
module Liquid
|
||||
VERSION = "2.5.0"
|
||||
end
|
||||
Reference in New Issue
Block a user