File: version.rb

package info (click to toggle)
ruby-liquid 5.11.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,372 kB
  • sloc: ruby: 14,164; makefile: 6
file content (6 lines) | stat: -rw-r--r-- 88 bytes parent folder | download
1
2
3
4
5
6
# encoding: utf-8
# frozen_string_literal: true

module Liquid
  VERSION = "5.11.0"
end