Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix VERSION to report correct value #30

Merged
merged 1 commit into from
Aug 26, 2023
Merged

Fix VERSION to report correct value #30

merged 1 commit into from
Aug 26, 2023

Conversation

mjblack
Copy link
Owner

@mjblack mjblack commented Aug 26, 2023

When included as a library, Win32cr::VERSION would report the version from the shard.yml of the application being built and not the library itself. This change updates the call to use DIR to get the correct value.

Closes #28

When included as a library, Win32cr::VERSION would report the version from the shard.yml of the application being built and not the library itself. This change updates the call to use __DIR__ to get the correct value.

Closes #28
@mjblack mjblack merged commit eb1af47 into master Aug 26, 2023
1 check passed
@mjblack mjblack deleted the fix_version branch August 26, 2023 13:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

VERSION will be incorrect
1 participant