lib/kramdown/version.rb in kramdown-0.13.4 vs lib/kramdown/version.rb in kramdown-0.13.5
- old
+ new
@@ -1,9 +1,9 @@
# -*- coding: utf-8 -*-
#
#--
-# Copyright (C) 2009-2010 Thomas Leitner <t_leitner@gmx.at>
+# Copyright (C) 2009-2012 Thomas Leitner <t_leitner@gmx.at>
#
# This file is part of kramdown.
#
# kramdown is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -21,8 +21,8 @@
#
module Kramdown
# The kramdown version.
- VERSION = '0.13.4'
+ VERSION = '0.13.5'
end