Skip to content
Snippets Groups Projects
Commit 49a33fce authored by Creak's avatar Creak
Browse files

Merge branch 'upgrade-to-1.2.9' into 'main'

feat: upgrade to 1.2.9

See merge request !11
parents 2420b73e 51f767fb
No related branches found
No related tags found
1 merge request!11feat: upgrade to 1.2.9
Pipeline #26082 passed with stage
in 5 seconds
...@@ -28,7 +28,7 @@ environment variable and run the script `./upgrade.sh`. ...@@ -28,7 +28,7 @@ environment variable and run the script `./upgrade.sh`.
Example: Example:
```sh ```sh
FUNKWHALE_VERSION=1.2.7 ./upgrade.sh FUNKWHALE_VERSION=1.2.9 ./upgrade.sh
``` ```
## Clean ## Clean
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
set -e set -e
funkwhale_version_default=1.2.7 funkwhale_version_default=1.2.9
funkwhale_version="${FUNKWHALE_VERSION-$funkwhale_version_default}" funkwhale_version="${FUNKWHALE_VERSION-$funkwhale_version_default}"
funkwhale_hostname="" funkwhale_hostname=""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment