Skip to content

Commit

Permalink
cavern version 0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pdowler committed Jan 15, 2024
1 parent 72ac663 commit fe06f93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cavern/VERSION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## deployable containers have a semantic and build tag
# semantic version tag: major.minor
# build version tag: timestamp
VER=0.6.2
VER=0.6.3
TAGS="${VER} ${VER}-$(date -u +"%Y%m%dT%H%M%S")"
unset VER
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ public Node put(Node node) throws NodeNotSupportedException, TransientException
}
}
}

NodeUtil nut = new NodeUtil(rootPath, rootURI, groupCache);

if (node instanceof LinkNode) {
Expand Down

0 comments on commit fe06f93

Please sign in to comment.