Bump 1.0.3
This commit is contained in:
2
app.py
2
app.py
@@ -40,7 +40,7 @@ DB_USER = get_env_var("DB_USER")
|
||||
DB_PASSWORD = get_env_var("DB_PASSWORD")
|
||||
DB_NAME = get_env_var("DB_NAME")
|
||||
|
||||
BOT_VERSION = "1.0.2"
|
||||
BOT_VERSION = "1.0.3"
|
||||
VERSION_URL = "https://raw.githubusercontent.com/PenguCCN/Jellycord/main/version.txt"
|
||||
RELEASES_URL = "https://github.com/PenguCCN/Jellycord/releases"
|
||||
|
||||
|
||||
@@ -1 +1 @@
|
||||
{ "version": "1.0.2" }
|
||||
{ "version": "1.0.3" }
|
||||
@@ -1 +1 @@
|
||||
1.0.2
|
||||
1.0.3
|
||||
Reference in New Issue
Block a user