We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I see that v1.0.1 and v1.0.2 have been tagged, but I noticed that the version in the code is still 1.0.0.
flect.Version should be 1.0.2 (or whatever the latest is).
flect.Version
https://github.com/gobuffalo/flect/blob/v1.0.2/version.go#L4 is still 1.0.0.
No response
The text was updated successfully, but these errors were encountered:
Do you use the value? Curious. What is your purpose for using the value and how do you use it?
Actually, I was going to remove it but if users need it, I need to think about it again.
Sorry, something went wrong.
No, I do not. I just noticed it when looking at the diff between 0.3.0 and the latest tag.
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment. Otherwise, this will be closed in 7 days.
This issue was closed because it has been stalled for 30+7 days with no activity.
sio4
No branches or pull requests
Description
Description
I see that v1.0.1 and v1.0.2 have been tagged, but I noticed that the version in the code is still 1.0.0.
Expected Behavior
flect.Version
should be 1.0.2 (or whatever the latest is).Actual Behavior
https://github.com/gobuffalo/flect/blob/v1.0.2/version.go#L4 is still 1.0.0.
To Reproduce
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: