Skip to content

Commit

Permalink
Bump version to 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyevans committed Feb 13, 2024
1 parent 26a9d00 commit c7ba51b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
=== master
=== 2.5.0 (2024-02-13)

* Add hidden inputs to work with formaction/formmethod support in Roda 3.77+ route_csrf plugin (jeremyevans)

Expand Down
4 changes: 2 additions & 2 deletions lib/forme/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ module Forme
MAJOR = 2

# The minor version of Forme, updated for new feature releases of Forme.
MINOR = 4
MINOR = 5

# The patch version of Forme, updated only for bug fixes from the last
# feature release.
TINY = 1
TINY = 0

# Version constant, use <tt>Forme.version</tt> instead.
VERSION = "#{MAJOR}.#{MINOR}.#{TINY}".freeze
Expand Down

0 comments on commit c7ba51b

Please sign in to comment.