Skip to content

Commit f6544f4

Browse files
committed
fix version number
1 parent 77355af commit f6544f4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Changelog
22
===========
33

4-
* 2.5.198 on May 31, 2023
4+
* 2.5.197 on May 31, 2023
55
* TDEPS-248 - Make `tags` return known tags when offline
66
* 2.5.190 on Feb 12, 2023
77
* Don't use future to background the process reading (leaves non-daemon thread)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,10 @@ tools.gitlibs can be configured by either environment variable or Java system pr
7575

7676
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.
7777

78-
Latest release: 2.5.198
78+
Latest release: 2.5.197
7979

8080
* [All released versions](http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.clojure%22%20AND%20a%3A%22tools.gitlibs%22)
81-
* Coordinates: `org.clojure/tools.gitlibs {:mvn/version "2.5.198"}`
81+
* Coordinates: `org.clojure/tools.gitlibs {:mvn/version "2.5.197"}`
8282

8383
# Developer Information
8484

0 commit comments

Comments
 (0)