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 found the version dat* is "0.0.1-alpha3" in project.clj
[datsync "0.0.1-alpha3"] [datview "0.0.1-alpha3"]
but when git clone the source code form github, the version is
(defproject datsync "0.0.1-alpha2-SNAPSHOT"
I try this
git clone -b 0.0.1-alpha3 https://github.com/metasoarous/datspec.git
but it didn't work
Cloning into 'datspec'... fatal: Remote branch 0.0.1-alpha3 not found in upstream origin
How can I get the new version of the source code?
The text was updated successfully, but these errors were encountered:
The dev branch is what you are looking for.
dev
Sorry, something went wrong.
but the https://github.com/metasoarous/datspec.git have only 2 branches: master, symmetric. their version are same: "0.0.1-alpha1-SNAPSHOT".
Oh sorry, my mistake. Seems like it's not pushed yet.
No branches or pull requests
I found the version dat* is "0.0.1-alpha3" in project.clj
but when git clone the source code form github, the version is
I try this
but it didn't work
How can I get the new version of the source code?
The text was updated successfully, but these errors were encountered: