Skip to content

Commit

Permalink
Bump versions for release
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobtread committed Jun 27, 2023
1 parent 4d0a530 commit 0d1e5f8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN apk update && apk upgrade
RUN apk add curl

# Download release
RUN curl -LJ -o quizler https://github.com/jacobtread/Quizler/releases/download/v0.1.0-alpha2/quizler-linux
RUN curl -LJ -o quizler https://github.com/jacobtread/Quizler/releases/download/v0.1.0-alpha3/quizler-linux

# Make the server executable
RUN chmod +x ./quizler
Expand Down
2 changes: 1 addition & 1 deletion backend/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion backend/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "quizler"
version = "0.1.0-alpha2"
version = "0.1.0-alpha3"
edition = "2021"
description = "Offline quiz game"
license = "MIT"
Expand Down

0 comments on commit 0d1e5f8

Please sign in to comment.