Skip to content

Commit 5c2abaf

Browse files
committed
Update version to 0.7
Signed-off-by: Gary O'Neall <[email protected]>
1 parent 805b14f commit 5c2abaf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>org.spdx</groupId>
66
<artifactId>java-spdx-library</artifactId>
7-
<version>0.0.7-SNAPSHOT</version>
7+
<version>0.0.7</version>
88
<packaging>jar</packaging>
99

1010
<name>java-spdx-library</name>

src/main/java/org/spdx/library/Version.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public class Version {
4646
TWO_POINT_ONE_VERSION, TWO_POINT_TWO_VERSION
4747
})));
4848

49-
public static final String CURRENT_IMPLEMENTATION_VERSION = "0.4";
49+
public static final String CURRENT_IMPLEMENTATION_VERSION = "0.8";
5050

5151
public static String verifySpdxVersion(String spdxVersion) {
5252
if (!spdxVersion.startsWith("SPDX-")) {

0 commit comments

Comments
 (0)