Skip to content

Commit 332b9fe

Browse files
committed
feat: update application version to v0.2.0 in startup message
1 parent 76de1dc commit 332b9fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ichub-backend/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
_/ // /__/_____/ __ / /_/ / /_/ / / /_/ / /_/ / /__/ ,< / __/ / / / /_/ /
6767
/___/\____/ /_/ /_/\__,_/_.___/ /_____/\__,_/\___/_/|_|\___/_/ /_/\__,_/
6868
""")
69-
print("\n\n\t\t\t\t\t\t\t\t\t\tv0.1.0")
69+
print("\n\n\t\t\t\t\t\t\t\t\t\tv0.2.0")
7070
print("Application starting, listening to requests...\n")
7171

7272
start()

0 commit comments

Comments
 (0)