Version all GS guides at 0.1.0 per http://semver.org

This commit is contained in:
Chris Beams 2013-05-28 12:00:09 +02:00
parent c194ea1a1b
commit 9c889b7df5
1 changed files with 1 additions and 1 deletions

View File

@ -449,7 +449,7 @@ Run the batch job
Now you can run it from the jar as well, and distribute that as an executable artifact:
```
$ java -jar target/gs-batch-processing-complete-1.0.jar
$ java -jar target/gs-batch-processing-complete-0.1.0.jar
```
When it runs, it will print out a line for each person that gets transforms. At the end, after the job has run, we can also see the output from querying the database.