-
Notifications
You must be signed in to change notification settings - Fork 257
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
More consistent version numbers #187
Comments
Very good question, which also shows that you are very attentive!
I quite agree with you! I think the best way may be as follows:
So, what do you think of the methods I put forward |
Awesome! Thank you for your response, and the proposed methods are definitely good.
I think there is no need to show the go version since it's defined in the build script. it rarely changes and is not the cause of bugs in most cases. Of course, if you really want to display it, it's okay to add a new field.
Agreed. I'm looking forward to it!
That's what I think! We can use
Good idea! But implementing it may be a bit complex if we want users with different OS and architectures to use it. My original thought is to simply replace it with |
I have replaced the links in README, but other methods need to be done for a long time,especially the front-end part |
It seems that we have solved this problem? :) @jakezhu9 |
yes! |
Your current Sonic version
latest
Describe this feature
I noticed that Sonic has different version numbers in different places, which can be confusing:
In README: 1.0.3
sonic/README.md
Line 45 in cc54b64
In setup page: 1.6.0
In admin page: go1.19.5
In github release: 1.0.8
https://github.com/go-sonic/sonic/releases
But all releases here are marked as Pre-release, why?
What I expected:
The text was updated successfully, but these errors were encountered: