Skip to content

Commit b12d994

Browse files
committed
[Java] Update version for upcoming release.
1 parent b8f8453 commit b12d994

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Jars for the executable, source, and javadoc for the various modules can be foun
6464

6565
An example to execute a Jar from command line using the 'all' jar which includes the Agrona dependency:
6666

67-
java -Dsbe.generate.ir=true -Dsbe.target.language=Cpp -Dsbe.target.namespace=sbe -Dsbe.output.dir=include/gen -Dsbe.errorLog=yes -jar sbe-all/build/libs/sbe-all-${SBE_VERSION}.jar my-sbe-messages.xml
67+
java -Dsbe.generate.ir=true -Dsbe.target.language=Cpp -Dsbe.target.namespace=sbe -Dsbe.output.dir=include/gen -Dsbe.errorLog=yes -jar sbe-all/build/libs/sbe-all-${SBE_LIB_VERSION}.jar my-sbe-messages.xml
6868

6969
C++ Build using CMake
7070
---------------------

0 commit comments

Comments
 (0)