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 d292e0e commit 250a011Copy full SHA for 250a011
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.7.702-SNAPSHOT</version>
+ <version>1.8.711-beta1</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.8.711-beta1</tag>
31
</scm>
32
33
<properties>
0 commit comments