We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1afd0f commit 7685a9dCopy full SHA for 7685a9d
deps.edn
@@ -40,7 +40,7 @@
40
:aliases
41
{:mvn/group-id com.fluree
42
:mvn/artifact-id db
43
- :mvn/version "1.0.0-rc29" ; Change this down in the docs alias too!
+ :mvn/version "1.0.0-rc30" ; Change this down in the docs alias too!
44
45
:dev
46
{:extra-paths ["dev" "src-cljs" "src-nodejs" "src-docs"]
@@ -99,7 +99,7 @@
99
:name com.fluree/db
100
;; TODO: Eliminate this copy of the version string
101
;; I think that tools.build might be the best way to do that
102
- :version "1.0.0-rc29"
+ :version "1.0.0-rc30"
103
:output-path "docs"}}
104
105
:deploy
0 commit comments