lib/plow/application.rb in plow-1.0.0 vs lib/plow/application.rb in plow-1.0.1

- old
+ new

@@ -87,10 +87,10 @@ # Similar to a time stamp, this will return a version stamp of the Plow library containing # the version number along with the copyright and license details. # # @return [String] Version stamp # @example Sample version stamp - # Plow 1.0.0. Copyright (c) 2009 Ryan Sobol. Licensed under the MIT license. + # Plow 1.0.1. Copyright (c) 2009 Ryan Sobol. Licensed under the MIT license. def version_stamp "Plow #{Plow::VERSION}. Copyright (c) 2009 Ryan Sobol. Licensed under the MIT license." end end end \ No newline at end of file