lib/roda/version.rb in roda-3.14.0 vs lib/roda/version.rb in roda-3.14.1

- old
+ new

@@ -6,10 +6,10 @@ # The minor version of Roda, updated for new feature releases of Roda. RodaMinorVersion = 14 # The patch version of Roda, updated only for bug fixes from the last # feature release. - RodaPatchVersion = 0 + RodaPatchVersion = 1 # The full version of Roda as a string. RodaVersion = "#{RodaMajorVersion}.#{RodaMinorVersion}.#{RodaPatchVersion}".freeze # The full version of Roda as a number (3.7.0 => 30070)