Skip to content

Commit

Permalink
Update to version 0.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikSchierboom committed Dec 29, 2024
1 parent 4b7cfd6 commit 37ec4ff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
unzip uiua.zip
echo "${PWD}" >> "${GITHUB_PATH}"
env:
VERSION: 0.14.0-rc.1
VERSION: 0.14.1
GH_TOKEN: ${{ github.token }}

- name: Verify all exercises
Expand Down
6 changes: 3 additions & 3 deletions docs/INSTALLATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
[Pre-compiled Uiua binaries][releases] are available, so compiling isn't necessary.
See the [official installation guide][install-guide] for the latest instructions, including IDE integration and fonts.

~~~~exercism/note
Currently our online test-runner uses version `0.14.0-dev.7`.
```exercism/note
Currently our online test-runner uses version `0.14.1`.
With Uiua's rapid development process, that might be subject to change, so keep this in mind if you can't reproduce the testing results from the website.
~~~~
```

Once downloaded to your intended location, you’ll need to add Uiua to your system PATH.

Expand Down

0 comments on commit 37ec4ff

Please sign in to comment.