Skip to content

Commit eeaebc6

Browse files
committed
update readme to 1.2.281
Signed-off-by: Sean Corfield <sean@corfield.org>
1 parent 05f7ac4 commit eeaebc6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,26 +21,26 @@ Releases and Dependency Information
2121

2222
This project follows the version scheme MAJOR.MINOR.COMMITS where MAJOR and MINOR provide some relative indication of the size of the change, but do not follow semantic versioning. In general, all changes endeavor to be non-breaking (by moving to new names rather than by breaking existing names). COMMITS is an ever-increasing counter of commits since the beginning of this repository.
2323

24-
Latest stable release: 1.2.278
24+
Latest stable release: 1.2.281
2525

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

2929
[CLI/`deps.edn`](https://clojure.org/reference/deps_and_cli) dependency information:
3030
```clojure
31-
org.clojure/core.memoize {:mvn/version "1.2.278"}
31+
org.clojure/core.memoize {:mvn/version "1.2.281"}
3232
```
3333

3434
[Leiningen](https://github.com/technomancy/leiningen) dependency information:
3535

36-
[org.clojure/core.memoize "1.2.278"]
36+
[org.clojure/core.memoize "1.2.281"]
3737

3838
[Maven](https://maven.apache.org/) dependency information:
3939

4040
<dependency>
4141
<groupId>org.clojure</groupId>
4242
<artifactId>core.memoize</artifactId>
43-
<version>1.2.278</version>
43+
<version>1.2.281</version>
4444
</dependency>
4545

4646
Documentation

0 commit comments

Comments
 (0)