Update gremlin.sh for 3.3.0 release CTR
Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/7014416c Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/7014416c Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/7014416c Branch: refs/heads/TINKERPOP-1692 Commit: 7014416cfc4e0bbd47d34b66465dac6a7340c0de Parents: 8e02287 Author: Stephen Mallette <[email protected]> Authored: Tue Aug 22 08:37:44 2017 -0400 Committer: Stephen Mallette <[email protected]> Committed: Tue Aug 22 08:37:44 2017 -0400 ---------------------------------------------------------------------- gremlin-console/bin/gremlin.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/7014416c/gremlin-console/bin/gremlin.sh ---------------------------------------------------------------------- diff --git a/gremlin-console/bin/gremlin.sh b/gremlin-console/bin/gremlin.sh index 0e85786..ebba75e 120000 --- a/gremlin-console/bin/gremlin.sh +++ b/gremlin-console/bin/gremlin.sh @@ -1 +1 @@ -../target/apache-tinkerpop-gremlin-console-3.3.0-SNAPSHOT-standalone/bin/gremlin.sh \ No newline at end of file +../target/apache-tinkerpop-gremlin-console-xx.yy.zz-standalone/bin/gremlin.sh \ No newline at end of file
