We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e98987 commit 66f0553Copy full SHA for 66f0553
2 files changed
pom.properties
@@ -1,5 +1,5 @@
1
# Generated by org.clojure/tools.build
2
-# Fri Apr 07 17:15:55 BRT 2023
3
-version=1.7.4
+# Sat Jul 01 14:29:50 BRT 2023
+version=1.8.0
4
groupId=com.github.clojure-lsp
5
artifactId=lsp4clj
pom.xml
@@ -4,7 +4,7 @@
<packaging>jar</packaging>
<groupId>com.github.clojure-lsp</groupId>
6
<artifactId>lsp4clj</artifactId>
7
- <version>1.7.4</version>
+ <version>1.8.0</version>
8
<name>lsp4clj</name>
9
<licenses>
10
<license>
@@ -58,6 +58,6 @@
58
<url>https://github.com/clojure-lsp/lsp4clj</url>
59
<connection>scm:git:git://github.com/clojure-lsp/lsp4clj.git</connection>
60
<developerConnection>scm:git:ssh://[email protected]/clojure-lsp/lsp4clj.git</developerConnection>
61
- <tag>v1.7.4</tag>
+ <tag>v1.8.0</tag>
62
</scm>
63
</project>
0 commit comments