Skip to content

Commit

Permalink
Prep for 1.1-alpha-5
Browse files Browse the repository at this point in the history
  • Loading branch information
hlship committed Nov 2, 2021
1 parent e483dfc commit d1811de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@
:exec-fn codox.main/generate-docs
:exec-args {:metadata {:doc/format :markdown}
:name "com.walmartlabs/lacinia"
:version "1.1-alpha-4"
:version "1.1-alpha-5"
:description "Clojure-native implementation of GraphQL"}}}}
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject com.walmartlabs/lacinia "1.1-alpha-4"
(defproject com.walmartlabs/lacinia "1.1-alpha-5"
:description "A GraphQL server implementation in Clojure"
:url "https://github.com/walmartlabs/lacinia"
:license {:name "Apache, Version 2.0"
Expand Down

0 comments on commit d1811de

Please sign in to comment.