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

Wrong version? #248

Closed
2 tasks done
nileshpatra opened this issue Sep 26, 2021 · 2 comments
Closed
2 tasks done

Wrong version? #248

nileshpatra opened this issue Sep 26, 2021 · 2 comments

Comments

@nileshpatra
Copy link
Contributor

Prerequisites

  • make sure you're are using the latest version by seqkit version
  • read the usage

Describe your issue

Hi @shenwei356

Seqkit version 2.0.1 has been tagged, however the version string still seems to lag behind at 2.0.0

$ seqkit version
seqkit v2.0.0

It would be great if you could apply:

--- a/seqkit/cmd/version.go
+++ b/seqkit/cmd/version.go
@@ -29,7 +29,7 @@
 )
 
 // VERSION of seqkit
-const VERSION = "2.0.0"
+const VERSION = "2.0.1"
 
 // versionCmd represents the version command
 var versionCmd = &cobra.Command{

@nileshpatra
Copy link
Contributor Author

Or is leaving version to 2.0.0 somehow intentional?

@shenwei356
Copy link
Owner

Tag 2.0.1 was a patch that fixed the installation via source code, while there were no functionalities or bug-fixes to the binaries which are the main distribution way. So I leave it unchanged until next minor version.

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

No branches or pull requests

2 participants