Skip to content

Commit

Permalink
Bump version to 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
benbusby committed Jan 30, 2025
1 parent 9b77d50 commit d47b3ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
services:

api:
image: ghcr.io/benbusby/yeetfile:0.0.2
image: ghcr.io/benbusby/yeetfile:latest
container_name: yeetfile
restart: unless-stopped
ports:
Expand Down
2 changes: 1 addition & 1 deletion shared/constants/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package constants
type UpgradeDuration string

const (
VERSION = "0.0.2"
VERSION = "0.0.3"

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

0 comments on commit d47b3ad

Please sign in to comment.