Skip to content

Commit f675b29

Browse files
committed
release: update setup.sh for MathCode v0.1.0
1 parent 4a04897 commit f675b29

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.sh

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

44
ROOT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
55
RELEASE_REPO="math-ai-org/mathcode"
6-
RELEASE_TAG="v0.0.3"
6+
RELEASE_TAG="v0.1.0"
77
LOCAL_ELAN_HOME="$ROOT_DIR/.local/elan"
88
LOCAL_ELAN_BIN="$LOCAL_ELAN_HOME/bin"
99
LEAN_WORKSPACE_DIR="$ROOT_DIR/lean-workspace"

0 commit comments

Comments
 (0)