Bump version
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing

This commit is contained in:
asonix 2022-10-15 14:06:57 -05:00
parent a0a66fd89b
commit b36e7c8c0b
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View file

@ -1561,7 +1561,7 @@ dependencies = [
[[package]]
name = "pict-rs"
version = "0.4.0-beta.6"
version = "0.4.0-beta.7"
dependencies = [
"actix-form-data",
"actix-rt",

View file

@ -1,7 +1,7 @@
[package]
name = "pict-rs"
description = "A simple image hosting service"
version = "0.4.0-beta.6"
version = "0.4.0-beta.7"
authors = ["asonix <asonix@asonix.dog>"]
license = "AGPL-3.0"
readme = "README.md"

View file

@ -2,7 +2,7 @@ version: '3.3'
services:
pictrs:
image: asonix/pictrs:v0.4.0-beta.6
image: asonix/pictrs:v0.4.0-beta.7
ports:
- "127.0.0.1:8080:8080"
restart: always