Skip to content

Commit

Permalink
Update to compiler version v4.7.z
Browse files Browse the repository at this point in the history
  • Loading branch information
Michiel-s committed Jul 27, 2022
1 parent 35854d6 commit 7ad04a5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ RUN npm install \

# Copy Ampersand compiler
# NOTE! Also check/update constraints in compiler-version.txt when updating the compiler
COPY --from=ampersandtarski/ampersand:v4.6 /bin/ampersand /usr/local/bin
COPY --from=ampersandtarski/ampersand:v4.7 /bin/ampersand /usr/local/bin
RUN chmod +x /usr/local/bin/ampersand

# Add default data folder that Apache can write to
Expand Down
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Additional labels for pre-release and build metadata are available as extensions

## Unreleased changes
* [Issue 92](https://github.com/AmpersandTarski/prototype/issues/92) Bugfix issue with exec-engine function to merge atoms that not exist (anymore)
* Update to Ampersand compiler v4.7.z

## v1.15.1 (5 may 2022)
* Bugfix default values for new atom
Expand Down
2 changes: 1 addition & 1 deletion generics/compiler-version.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
>=4.6.2
>=4.7.0
<5.0.0

0 comments on commit 7ad04a5

Please sign in to comment.