We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b77d50 commit d47b3adCopy full SHA for d47b3ad
docker-compose.yml
@@ -1,7 +1,7 @@
1
services:
2
3
api:
4
- image: ghcr.io/benbusby/yeetfile:0.0.2
+ image: ghcr.io/benbusby/yeetfile:latest
5
container_name: yeetfile
6
restart: unless-stopped
7
ports:
shared/constants/constants.go
@@ -3,7 +3,7 @@ package constants
type UpgradeDuration string
const (
- VERSION = "0.0.2"
+ VERSION = "0.0.3"
8
// JSSessionKey determines the hardcoded string that gets replaced in db.ts in
9
// order to have a semi-random value used in encrypting the user's key pair in
0 commit comments