16 lines
261 B
Ruby
16 lines
261 B
Ruby
|
# -*- coding: utf-8; frozen_string_literal: true -*-
|
||
|
#
|
||
|
#--
|
||
|
# Copyright (C) 2009-2019 Thomas Leitner <t_leitner@gmx.at>
|
||
|
#
|
||
|
# This file is part of kramdown which is licensed under the MIT.
|
||
|
#++
|
||
|
#
|
||
|
|
||
|
module Kramdown
|
||
|
|
||
|
# The kramdown version.
|
||
|
VERSION = '2.1.0'
|
||
|
|
||
|
end
|