Skip to content

Commit

Permalink
Prepare v0.1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
Caspar Oostendorp committed Feb 27, 2024
1 parent f61650d commit daf30da
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RUN yarn build --mode production



FROM ghcr.io/pixelaw/keiko:0.1.14 AS runtime
FROM ghcr.io/pixelaw/keiko:0.1.17 AS runtime

ENV PUBLIC_TORII=http://localhost:8080
ENV STARKNET_RPC=http://localhost:5050
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ include .account
export

REPO = ghcr.io/pixelaw/core
CORE_VERSION = 0.1.13
CORE_VERSION = 0.1.14
KEIKO_VERSION = v0.1.5


Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.13
0.1.14
2 changes: 1 addition & 1 deletion deployment/demo/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ version: "0.0.45"
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "0.1.13"
appVersion: "0.1.14"
2 changes: 1 addition & 1 deletion deployment/test/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ version: "0.0.45"
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "0.1.13"
appVersion: "0.1.14"

0 comments on commit daf30da

Please sign in to comment.