Skip to content

Commit

Permalink
Bump output formatter version output
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Foster committed Jan 14, 2014
1 parent 4afb766 commit 167be4d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file modified jar/ncSOS-RC8-SNAPSHOT.zip
Binary file not shown.
Binary file modified jar/ncSOS.zip
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
public abstract class OutputFormatter {

private HashMap<String, Namespace> namespaces;
public static final String NCSOS_VERSION = "RC7";
public static final String NCSOS_VERSION = "RC8";
public static final String OBSERVATION = "Observation";
public static final String OBSERVATION_COLLECTION = "ObservationCollection";
public static final String MEMBER = "member";
Expand Down

0 comments on commit 167be4d

Please sign in to comment.