We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a617cf commit d6a0877Copy full SHA for d6a0877
pom.xml
@@ -6,7 +6,7 @@
6
<artifactId>snakemake-language-interface</artifactId>
7
<packaging>jar</packaging>
8
<name>snakemake-language-interface</name>
9
- <version>0.0.5</version>
+ <version>0.0.6-SNAPSHOT</version>
10
11
<properties>
12
<github.url>scm:git:git@github.com:dockstore/snakemake-language-interface.git</github.url>
@@ -30,7 +30,7 @@
30
<connection>${github.url}</connection>
31
<developerConnection>${github.url}</developerConnection>
32
<url>${github.url}</url>
33
- <tag>0.0.5</tag>
+ <tag>1.1.3</tag>
34
</scm>
35
36
<repositories>
0 commit comments