Skip to content

Commit 0805689

Browse files
committed
readme for 0.7.2
1 parent a777aac commit 0805689

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,26 +19,26 @@ core.unify provides a la carte unification facilities that are not deeply tied i
1919
Releases and Dependency Information
2020
========================================
2121

22-
Latest stable release: 0.7.1
22+
Latest stable release: 0.7.2
2323

2424
* [All Released Versions](https://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.clojure%22%20AND%20a%3A%22core.unify%22)
2525
* [Development Snapshot Versions](https://oss.sonatype.org/index.html#nexus-search;gav~org.clojure~core.unify~~~)
2626

2727
[CLI/`deps.edn`](https://clojure.org/reference/deps_and_cli) dependency information:
2828
```clojure
29-
org.clojure/core.unify {:mvn/version "0.7.1"}
29+
org.clojure/core.unify {:mvn/version "0.7.2"}
3030
```
3131

3232
[Leiningen](https://github.com/technomancy/leiningen) dependency information:
3333

34-
[org.clojure/core.unify "0.7.1"]
34+
[org.clojure/core.unify "0.7.2"]
3535

3636
[Maven](https://maven.apache.org/) dependency information:
3737

3838
<dependency>
3939
<groupId>org.clojure</groupId>
4040
<artifactId>core.unify</artifactId>
41-
<version>0.7.1</version>
41+
<version>0.7.2</version>
4242
</dependency>
4343

4444

0 commit comments

Comments
 (0)