We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e53fd8 commit c374588Copy full SHA for c374588
1 file changed
lib/ld/patch.rb
@@ -14,7 +14,7 @@ module Patch
14
autoload :Meta, 'ld/patch/meta'
15
autoload :Parser, 'ld/patch/parser'
16
autoload :Terminals, 'ld/patch/terminals'
17
- autoload :Version, 'ld/patch/version'
+ autoload :VERSION, 'ld/patch/version'
18
19
##
20
# Parse the given LD Patch `input` string.
0 commit comments