lib/roda/version.rb in roda-2.29.0 vs lib/roda/version.rb in roda-3.0.0

- old
+ new

@@ -1,11 +1,11 @@ class Roda # The major version of Roda, updated only for major changes that are # likely to require modification to Roda apps. - RodaMajorVersion = 2 + RodaMajorVersion = 3 # The minor version of Roda, updated for new feature releases of Roda. - RodaMinorVersion = 29 + RodaMinorVersion = 0 # The patch version of Roda, updated only for bug fixes from the last # feature release. RodaPatchVersion = 0