diff --git a/hello-world/app.py b/hello-world/app.py index f71fc9e..0bbe140 100644 --- a/hello-world/app.py +++ b/hello-world/app.py @@ -5,4 +5,4 @@ app = Flask(__name__) @app.route("/") def hello_world(): - return "Hello, V1" + return "Hello, V2"