Skip to content
This repository was archived by the owner on Oct 19, 2018. It is now read-only.

Commit 1a2fddf

Browse files
committed
proper versioning for hyperloop-config
1 parent 2e5a725 commit 1a2fddf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def file_version_for(repo)
1212
when 'hyper-spec' then ['./lib/hyper-spec/version', 'HyperSpec::VERSION']
1313
when 'hyper-store' then ['./lib/hyper-store/version', 'HyperStore::VERSION']
1414
when 'hyperloop' then ['./lib/hyperloop/version', 'Hyperloop::VERSION']
15-
when 'hyperloop-config' then ['../hyperloop/lib/hyperloop/version', 'Hyperloop::VERSION']
15+
when 'hyperloop-config' then ['../lib/hyperloop/config/version', 'Hyperloop::Config::VERSION']
1616
end
1717
end
1818

0 commit comments

Comments
 (0)