We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b9533b commit 417bff2Copy full SHA for 417bff2
2 files changed
docker/waypoint/install.sh
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
3
INSTALL_DIR="/usr/local/bin"
4
-WAYPOINT_VERSION="v1.0.3"
+WAYPOINT_VERSION="v1.0.4"
5
GITHUB_ORG="pennlabs"
6
REPO_NAME="infrastructure"
7
docker/waypoint/setup.py
@@ -3,7 +3,7 @@
setup(
name="waypoint",
- version="1.0.3",
+ version="1.0.4",
package_dir={"": "src"},
8
py_modules=["main", "waypoint_client"],
9
install_requires=[],
0 commit comments