diff options
author | Ben Sturmfels <ben@sturm.com.au> | 2021-04-05 22:12:07 +1000 |
---|---|---|
committer | Ben Sturmfels <ben@sturm.com.au> | 2021-04-05 22:13:01 +1000 |
commit | cf2261022cec79b7a95946b990bda71c946da397 (patch) | |
tree | 24155ff467527879288d774a33c7ace03c635f3f /docs | |
parent | 14cde83826a7eaa7702c2032770753b3759b5381 (diff) | |
download | mediagoblin-cf2261022cec79b7a95946b990bda71c946da397.tar.lz mediagoblin-cf2261022cec79b7a95946b990bda71c946da397.tar.xz mediagoblin-cf2261022cec79b7a95946b990bda71c946da397.zip |
Now in the 0.12.0 development cycle.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/source/siteadmin/upgrading.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/siteadmin/upgrading.rst b/docs/source/siteadmin/upgrading.rst index 29dd04a6..598479ee 100644 --- a/docs/source/siteadmin/upgrading.rst +++ b/docs/source/siteadmin/upgrading.rst @@ -30,7 +30,7 @@ Upgrade 1. Update to the latest release. In your ``mediagoblin`` directory, run:: - git fetch && git checkout -q v0.11.0 && git submodule update + git fetch && git checkout -q v0.12.0 && git submodule update 2. Remove your existing installation:: |