Skip to content

Commit 417bff2

Browse files
committed
Bump version to v1.0.4
1 parent 5b9533b commit 417bff2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docker/waypoint/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
INSTALL_DIR="/usr/local/bin"
4-
WAYPOINT_VERSION="v1.0.3"
4+
WAYPOINT_VERSION="v1.0.4"
55
GITHUB_ORG="pennlabs"
66
REPO_NAME="infrastructure"
77

docker/waypoint/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
setup(
55
name="waypoint",
6-
version="1.0.3",
6+
version="1.0.4",
77
package_dir={"": "src"},
88
py_modules=["main", "waypoint_client"],
99
install_requires=[],

0 commit comments

Comments
 (0)