Skip to content

Commit aded12f

Browse files
committed
Fix Readme
1 parent 0ee14e9 commit aded12f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -941,10 +941,10 @@ docker exec -it redmine bash
941941
942942
## Upgrading to next redmine release
943943
944-
- Commands to run to update image to next redmine release, examples are from 6.0.6 to 6.0.6
944+
- Commands to run to update image to next redmine release, examples are from 6.0.5 to 6.0.6
945945
946946
```bash
947-
sed -i 's/6.0.6/6.0.6/g' VERSION README.md docker-compose* Dockerfile
947+
sed -i 's/6.0.5/6.0.6/g' VERSION README.md docker-compose* Dockerfile
948948
vim Changelog.md # Update change log
949949
make test-release # Runs the following
950950
# sudo rm -rf /srv/docker/redmine/ # Clean old run

0 commit comments

Comments
 (0)