Skip to content

Commit

Permalink
Give Jbuilder a programmatically accessible version
Browse files Browse the repository at this point in the history
  • Loading branch information
dhh committed Sep 15, 2024
1 parent 1a18149 commit e18fe2a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/jbuilder.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
require 'jbuilder/blank'
require 'jbuilder/key_formatter'
require 'jbuilder/errors'
require 'jbuilder/version'
require 'json'
require 'active_support/core_ext/hash/deep_merge'

Expand Down
3 changes: 3 additions & 0 deletions lib/jbuilder/version.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
class Jbuilder
VERSION = "2.12.0"
end

0 comments on commit e18fe2a

Please sign in to comment.