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