Skip to content

Commit d47b3ad

Browse files
committed
Bump version to 0.0.3
1 parent 9b77d50 commit d47b3ad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
services:
22

33
api:
4-
image: ghcr.io/benbusby/yeetfile:0.0.2
4+
image: ghcr.io/benbusby/yeetfile:latest
55
container_name: yeetfile
66
restart: unless-stopped
77
ports:

shared/constants/constants.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package constants
33
type UpgradeDuration string
44

55
const (
6-
VERSION = "0.0.2"
6+
VERSION = "0.0.3"
77

88
// JSSessionKey determines the hardcoded string that gets replaced in db.ts in
99
// order to have a semi-random value used in encrypting the user's key pair in

0 commit comments

Comments
 (0)