diff --git a/Makefile b/Makefile index 40a5407..dcbdeaf 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ SHELL := bash HERE := $(shell cd -P -- $(shell dirname -- $$0) && pwd -P) # https://docs.datomic.com/pro/releases.html -DATOMIC_PRO_VERSION := 1.0.7021 +DATOMIC_PRO_VERSION := 1.0.7075 DATOMIC_PRO_DOWNLOAD_URL := https://datomic-pro-downloads.s3.amazonaws.com/$(DATOMIC_PRO_VERSION)/datomic-pro-$(DATOMIC_PRO_VERSION).zip CONTAINER_PATH := carrete/datopro-mic diff --git a/README.md b/README.md index 65b8aa4..001be77 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This is **NOT** in any way associated with, endorsed by, or affiliated with Cognitect. -With this repo you can run [Datomic Pro](https://datomic.com) v1.0.7021 +With this repo you can run [Datomic Pro](https://datomic.com) v1.0.7075 locally or on [Fly.io](https://fly.io). The transactor, peer-server, and console can be connected to on localhost on ports 4334, 8998, and 8999 respectively, regardless of where they are run.