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 66e0e54 commit 61cddb7Copy full SHA for 61cddb7
pom.xml
@@ -3,7 +3,7 @@
3
<modelVersion>4.0.0</modelVersion>
4
<groupId>com.github.Samourai-Wallet</groupId>
5
<artifactId>whirlpool-client-cli</artifactId>
6
- <version>develop-SNAPSHOT</version>
+ <version>0.9.3</version>
7
<name>whirlpool-client-cli</name>
8
<properties>
9
<spring-boot.version>2.1.6.RELEASE</spring-boot.version>
@@ -169,5 +169,6 @@
169
</repositories>
170
<scm>
171
<connection>scm:git:https://github.com/Samourai-Wallet/whirlpool-client-cli.git</connection>
172
- </scm>
+ <tag>0.9.3</tag>
173
+ </scm>
174
</project>
0 commit comments