Update CommonPackages.java

Update hl7.fhir.pubpack to release 0.1.0
This commit is contained in:
dotasek 2022-05-26 16:08:54 -04:00 committed by GitHub
parent ce48c435fd
commit caf4632464
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -6,6 +6,6 @@ public class CommonPackages {
public static final String VER_XVER = "0.0.11";
public static final String ID_PUBPACK = "hl7.fhir.pubpack";
public static final String VER_PUBPACK = "0.0.9";
public static final String VER_PUBPACK = "0.1.0";
}