Github user jorgebay commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/695#discussion_r160120074 --- Diff: gremlin-javascript/src/main/javascript/gremlin-javascript/package.json --- @@ -0,0 +1,39 @@ +{ + "name": "gremlin-javascript", + "version": "3.2.7-alpha1", --- End diff -- I've used `alpha` to avoid messing up in case it was accidentally pushed while testing the pull request. The version suffix is added in the `determineVersion()` method of the `generation.groovy` file.
---