Skip to content

Commit c318c7d

Browse files
committed
Release 0.8.0
1 parent 0d64bfb commit c318c7d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ accidental upgrades. The version prior to this change was: `0.6.1`.
1717

1818
Add the following dependency to your deps.edn file:
1919

20-
org.duct-framework/module.sql {:mvn/version "0.7.1"}
20+
org.duct-framework/module.sql {:mvn/version "0.8.0"}
2121

2222
Or to your Leiningen project file:
2323

24-
[org.duct-framework/module.sql "0.7.1"]
24+
[org.duct-framework/module.sql "0.8.0"]
2525

2626
## Usage
2727

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject org.duct-framework/module.sql "0.7.1"
1+
(defproject org.duct-framework/module.sql "0.8.0"
22
:description "Duct module for working with a SQL database"
33
:url "https://github.com/duct-framework/module.sql"
44
:license {:name "Eclipse Public License"

0 commit comments

Comments
 (0)