Skip to content

Commit

Permalink
Merge pull request #530 from skipkayhil/hm-fix-version-autoload
Browse files Browse the repository at this point in the history
Fix autoloading the VERSION constant
  • Loading branch information
stephenbinns authored Jan 5, 2024
2 parents 0bae6a2 + 660aa7f commit 23f42c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/statesman.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module Statesman
autoload :Callback, "statesman/callback"
autoload :Guard, "statesman/guard"
autoload :Utils, "statesman/utils"
autoload :Version, "statesman/version"
autoload :VERSION, "statesman/version"
module Adapters
autoload :Memory, "statesman/adapters/memory"
autoload :ActiveRecord, "statesman/adapters/active_record"
Expand Down

0 comments on commit 23f42c6

Please sign in to comment.