v0.1.4
All checks were successful
Gitea Actions Demo / lint (push) Successful in 23s
Gitea Actions Demo / test (push) Successful in 14s
Gitea Actions Demo / docker (push) Successful in 1m41s

This commit is contained in:
2025-04-03 22:59:31 -05:00
parent 7831c5da16
commit 8e9a37b477
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.3"
VERSION = "0.1.4"
CHUNK_SIZE = 1024**2
SESSION_SECRET_HEX_LENGTH = 64