Repository: incubator-s2graph Updated Branches: refs/heads/master 08046e36b -> 67ec1cea8
Update version.sbt after 0.2.0-incubating release. Project: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/commit/b2c23e6f Tree: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/tree/b2c23e6f Diff: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/diff/b2c23e6f Branch: refs/heads/master Commit: b2c23e6fa5482c57591088ae243008c2904d1942 Parents: 08046e3 Author: DO YUNG YOON <[email protected]> Authored: Thu Aug 24 15:16:18 2017 +0900 Committer: DO YUNG YOON <[email protected]> Committed: Thu Aug 24 15:17:49 2017 +0900 ---------------------------------------------------------------------- s2graph_gremlin/examples/s2graph_install.groovy | 2 +- version.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-s2graph/blob/b2c23e6f/s2graph_gremlin/examples/s2graph_install.groovy ---------------------------------------------------------------------- diff --git a/s2graph_gremlin/examples/s2graph_install.groovy b/s2graph_gremlin/examples/s2graph_install.groovy index 2aad60c..d4ec95c 100644 --- a/s2graph_gremlin/examples/s2graph_install.groovy +++ b/s2graph_gremlin/examples/s2graph_install.groovy @@ -17,5 +17,5 @@ * under the License. */ -:install org.apache.s2graph s2graph-gremlin 0.1.1-SNAPSHOT +:install org.apache.s2graph s2graph-gremlin 0.2.1-SNAPSHOT :plugin use tinkerpop.s2graph \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-s2graph/blob/b2c23e6f/version.sbt ---------------------------------------------------------------------- diff --git a/version.sbt b/version.sbt index c50ee27..06e8d27 100644 --- a/version.sbt +++ b/version.sbt @@ -16,4 +16,4 @@ * specific language governing permissions and limitations * under the License. */ -version in ThisBuild := "0.1.1-SNAPSHOT" \ No newline at end of file +version in ThisBuild := "0.2.1-SNAPSHOT" \ No newline at end of file
