lib/kramdown/version.rb in kramdown-0.7.0 vs lib/kramdown/version.rb in kramdown-0.8.0

- old
+ new

@@ -1,9 +1,9 @@ # -*- coding: utf-8 -*- # #-- -# Copyright (C) 2009 Thomas Leitner <t_leitner@gmx.at> +# Copyright (C) 2009-2010 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.7.0' + VERSION = '0.8.0' end