From d98f5d93d86becefc194ff21ce03699e8070b73e Mon Sep 17 00:00:00 2001 From: Erin Conley Date: Mon, 23 Sep 2024 08:53:27 -0400 Subject: [PATCH] Update docs/tutorial/django.rst Co-authored-by: Alex Lowe --- docs/tutorial/django.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial/django.rst b/docs/tutorial/django.rst index db03960f2..3c12f3e28 100644 --- a/docs/tutorial/django.rst +++ b/docs/tutorial/django.rst @@ -338,7 +338,7 @@ the following: .. literalinclude:: code/django/urls.py :language: python -Since we are creating a new version of our application, go back to the +Since we are creating a new version of the application, go back to the tutorial root directory using ``cd ..`` and open the ``rockcraft.yaml`` file and change the ``version`` (e.g. to ``0.2``).