Skip to content

Commit

Permalink
Prep for v1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hlship committed Jan 14, 2022
1 parent 9d61544 commit bc2b240
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 1.1 -- UNRELEASED
## 1.1 -- 14 Jan 2021

This release features some significant efficiency improvements inside Lacinia.

Expand Down
2 changes: 1 addition & 1 deletion build.clj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
[deps-deploy.deps-deploy :as d]))

(def lib 'com.walmartlabs/lacinia)
(def version "1.1-rc-1")
(def version "1.1")
(def class-dir "target/classes")
(def jar-file (format "target/%s-%s.jar" (name lib) version))
(def copy-srcs ["src" "resources"])
Expand Down

0 comments on commit bc2b240

Please sign in to comment.