Skip to content

Commit 7bc81b1

Browse files
committed
Move to 8.0.0
1 parent 0a79f4e commit 7bc81b1

File tree

66 files changed

+3
-2
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+3
-2
lines changed

hapi-fhir-base/src/main/java/ca/uhn/fhir/util/VersionEnum.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,8 @@ public enum VersionEnum {
172172
V7_6_0,
173173
V7_6_1,
174174
V7_7_0,
175-
V7_8_0;
175+
V7_8_0,
176+
V8_0_0;
176177

177178
public static VersionEnum latestVersion() {
178179
VersionEnum[] values = VersionEnum.values();

0 commit comments

Comments
 (0)