Skip to content

Commit f2ddad4

Browse files
authored
Fix version mismatch in package_prebuilt_binaries.rst (#3804)
There was a mismatch between the version provided in the 'conan new ...' command and the rest of the documentation, including the 'conan test ...' command.
1 parent a550d7f commit f2ddad4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorial/creating_packages/other_types_of_packages/package_prebuilt_binaries.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Use the :command:`conan new` command to create a "Hello World" C++ library examp
2323

2424
.. code-block:: bash
2525
26-
$ conan new cmake_lib -d name=hello -d version=1.0
26+
$ conan new cmake_lib -d name=hello -d version=0.1
2727
2828
2929
This will create a Conan package project with the following structure.

0 commit comments

Comments
 (0)