Skip to content

Commit

Permalink
trigger dev
Browse files Browse the repository at this point in the history
  • Loading branch information
kennyd3d committed Oct 14, 2024
1 parent 11e167e commit 91aa9d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

@app.route('/')
def hello():
return "Hello, World! v1.0"
return "Hello, World! v1.0.0"

if __name__ == "__main__":
app.run(host='0.0.0.0', port=5000)

0 comments on commit 91aa9d4

Please sign in to comment.