Skip to content

Commit 77509e3

Browse files
committed
Prep for 1.0.194 release
1 parent 3176547 commit 77509e3

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,27 +6,27 @@ Tools for working with command line arguments.
66

77
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.
88

9-
Latest stable release: 1.0.N
9+
Latest stable release: 1.0.194
1010

1111
* [All Released Versions](http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.clojure%22%20AND%20a%3A%22tools.cli%22)
1212

1313
* [Development Snapshot Versions](https://oss.sonatype.org/index.html#nexus-search;gav~org.clojure~tools.cli~~~)
1414

1515
[clj/deps.edn](https://clojure.org/guides/deps_and_cli) dependency information:
1616
```clojure
17-
clj -Sdeps '{:deps {org.clojure/tools.cli {:mvn/version "1.0.N"}}}'
17+
clj -Sdeps '{:deps {org.clojure/tools.cli {:mvn/version "1.0.194"}}}'
1818
```
1919

2020
[Leiningen](https://github.com/technomancy/leiningen) dependency information:
2121
```clojure
22-
[org.clojure/tools.cli "1.0.N"]
22+
[org.clojure/tools.cli "1.0.194"]
2323
```
2424
[Maven](http://maven.apache.org/) dependency information:
2525
```xml
2626
<dependency>
2727
<groupId>org.clojure</groupId>
2828
<artifactId>tools.cli</artifactId>
29-
<version>1.0.N</version>
29+
<version>1.0.194</version>
3030
</dependency>
3131
```
3232
The 0.4.x series of tools.cli supports use with `clj`/`deps.edn` and brings
@@ -329,7 +329,7 @@ only `parse-opts` and `summarize` were available.
329329

330330
## Change Log
331331

332-
* Release 1.0.N in progress
332+
* Release 1.0.194 in progress
333333
* Switch to 1.0.x versioning.
334334
* Document the `:missing` option [TCLI-95](http://clojure.atlassian.net/browse/TCLI-95).
335335
* Release 0.4.2 2019-03-26

0 commit comments

Comments
 (0)