Skip to content

Commit

Permalink
Bump up version to v1.1.0 (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
skylee03 authored Jan 14, 2024
1 parent f5e360e commit 74da812
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject com.github.clojure-finance/datajure "1.0.1"
(defproject com.github.clojure-finance/datajure "1.1.0"
:description "An open-source domain-specific language for data processing."
:url "https://clojure-finance.github.io/datajure-website/"
:license {:name "The MIT License"
Expand Down
2 changes: 1 addition & 1 deletion src/datajure/repl.clj
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@

(def welcome-note
"A REPL welcome note."
(str "Datajure " "1.0.1"))
(str "Datajure " "1.1.0"))

0 comments on commit 74da812

Please sign in to comment.