We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b044f7 commit 282475eCopy full SHA for 282475e
deps.edn
@@ -43,7 +43,7 @@
43
:aliases
44
{:mvn/group-id com.fluree
45
:mvn/artifact-id db
46
- :mvn/version "2.0.0-alpha4" ; Change this down in the docs alias too!
+ :mvn/version "2.0.0-alpha5" ; Change this down in the docs alias too!
47
48
:dev
49
{:extra-paths ["dev" "test" "src-cljs" "src-nodejs" "src-docs"]
@@ -108,7 +108,7 @@
108
:name com.fluree/db
109
;; TODO: Eliminate this copy of the version string
110
;; I think that tools.build might be the best way to do that
111
- :version "2.0.0-alpha4"
+ :version "2.0.0-alpha5"
112
:output-path "docs"}}
113
114
:deploy
0 commit comments