8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bf3e0d commit 96adc33Copy full SHA for 96adc33
pom.xml
@@ -3,7 +3,7 @@
3
<groupId>org.clojure</groupId>
4
<artifactId>core.async</artifactId>
5
<!-- Don't set this manually! Call script/build/update_version -->
6
- <version>1.5.649-SNAPSHOT</version>
+ <version>1.6.673</version>
7
<packaging>jar</packaging>
8
<name>core.async</name>
9
<description>Facilities for async programming and communication in Clojure</description>
@@ -27,7 +27,7 @@
27
<connection>scm:git:git://github.com/clojure/core.async.git</connection>
28
<developerConnection>scm:git:git@github.com:clojure/core.async.git</developerConnection>
29
<url>https://github.com/clojure/core.async</url>
30
- <tag>HEAD</tag>
+ <tag>v1.6.673</tag>
31
</scm>
32
33
<properties>
0 commit comments