Skip to content

Commit

Permalink
Update README.md and bump git base version
Browse files Browse the repository at this point in the history
  • Loading branch information
lbulej committed Jul 7, 2021
1 parent a5112d1 commit a418bdb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ To run a Renaissance benchmark, you need to have a JRE installed.
This allows you to execute the following `java` command:

```
$ java -jar '<renaissance-home>/target/renaissance-gpl-0.11.0.jar' <benchmarks>
$ java -jar '<renaissance-home>/target/renaissance-gpl-0.12.0.jar' <benchmarks>
```

Above, the `<renaissance-home>` is the path to the root directory of the Renaissance distribution,
Expand All @@ -58,7 +58,7 @@ policy (see [below](#plugins) for details).
The following is a complete list of command-line options.

```
Renaissance Benchmark Suite, version 0.11.0
Renaissance Benchmark Suite, version 0.12.0
Usage: renaissance [options] [benchmark-specification]
-h, --help Prints this usage text.
Expand Down Expand Up @@ -294,7 +294,7 @@ $ tools/sbt/bin/sbt renaissanceJmh/jmh:assembly
To run the benchmarks using JMH, you can execute the following `java` command:

```
$ java -jar 'renaissance-jmh/target/scala-2.12/renaissance-jmh-assembly-0.11.0.jar'
$ java -jar 'renaissance-jmh/target/scala-2.12/renaissance-jmh-assembly-0.12.0.jar'
```


Expand Down
2 changes: 1 addition & 1 deletion renaissance-core/version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
git.baseVersion := "0.12.0"
git.baseVersion := "0.13.0"

0 comments on commit a418bdb

Please sign in to comment.