Skip to content

Commit

Permalink
update app version, README
Browse files Browse the repository at this point in the history
  • Loading branch information
tttol committed Dec 25, 2024
1 parent f2dc213 commit 837ce2d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,9 @@ cd mrls
```bash
docker run --name mrls --env GITLAB_PROJECT_ID=xxxx --env GITLAB_ACCESS_TOKEN=xxxx --env GITLAB_HOST=xxx --env PROXY_HOST=xxx --env PROXY_PORT=xxx -it -p 8888:8080 tttol/mrls:latest
```

# Release
Run the following command.
```bash
sh docker/release.sh 1.0.0 # specify app version at arg
```
2 changes: 1 addition & 1 deletion src/main/resources/templates/fragment/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<body>
<footer th:fragment="footer">
<div class="footerBox">
<span class="appVer">version 1.1.6</span>
<span class="appVer">version 1.1.8</span>
</div>
</footer>
</body>
Expand Down

0 comments on commit 837ce2d

Please sign in to comment.