Skip to content

Commit

Permalink
Fix version mismatch in package_prebuilt_binaries.rst (#3804)
Browse files Browse the repository at this point in the history
There was a mismatch between the version provided in the 'conan new ...' command and the rest of the documentation, including the 'conan test ...' command.
  • Loading branch information
hosseini92 authored Jul 30, 2024
1 parent a550d7f commit f2ddad4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Use the :command:`conan new` command to create a "Hello World" C++ library examp

.. code-block:: bash
$ conan new cmake_lib -d name=hello -d version=1.0
$ conan new cmake_lib -d name=hello -d version=0.1
This will create a Conan package project with the following structure.
Expand Down

0 comments on commit f2ddad4

Please sign in to comment.