v0.1.3
All checks were successful
Gitea Actions Demo / lint (push) Successful in 22s
Gitea Actions Demo / test (push) Successful in 14s
Gitea Actions Demo / docker (push) Successful in 2m8s

This commit is contained in:
2025-04-02 21:07:52 -05:00
parent 9b2d2f9522
commit bb7f309b34
3 changed files with 4 additions and 4 deletions

2
app.rb
View File

@ -21,7 +21,7 @@ $LOAD_PATH.unshift File.dirname(__FILE__) + "/lib"
require "config"
VERSION = "0.1.2"
VERSION = "0.1.3"
CHUNK_SIZE = 1024**2
SESSION_SECRET_HEX_LENGTH = 64