File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -183,7 +183,7 @@ This command runs the mint on your local computer. Skip this step if you want to
183183## Docker
184184
185185```
186- docker run -d -p 3338:3338 --name nutshell -e MINT_BACKEND_BOLT11_SAT=FakeWallet -e MINT_LISTEN_HOST=0.0.0.0 -e MINT_LISTEN_PORT=3338 -e MINT_PRIVATE_KEY=TEST_PRIVATE_KEY cashubtc/nutshell:0.16.4 poetry run mint
186+ docker run -d -p 3338:3338 --name nutshell -e MINT_BACKEND_BOLT11_SAT=FakeWallet -e MINT_LISTEN_HOST=0.0.0.0 -e MINT_LISTEN_PORT=3338 -e MINT_PRIVATE_KEY=TEST_PRIVATE_KEY cashubtc/nutshell:0.16.5 poetry run mint
187187```
188188
189189## From this repository
Original file line number Diff line number Diff line change 88
99env = Env ()
1010
11- VERSION = "0.16.4 "
11+ VERSION = "0.16.5 "
1212
1313
1414def find_env_file ():
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " cashu"
3- version = " 0.16.4 "
3+ version = " 0.16.5 "
44description = " Ecash wallet and mint"
55authors = [" calle <callebtc@protonmail.com>" ]
66license = " MIT"
Original file line number Diff line number Diff line change 1313
1414setuptools .setup (
1515 name = "cashu" ,
16- version = "0.16.4 " ,
16+ version = "0.16.5 " ,
1717 description = "Ecash wallet and mint" ,
1818 long_description = long_description ,
1919 long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments