Skip to content

Commit 0ab0896

Browse files
committed
[infra] bump to 0.4.0
1 parent a8e833d commit 0ab0896

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
> Note that 0.X.X releases are reverved for the beta version of the server and may include breaking changes.
44
5-
## [unreleased]
5+
## [0.4.0] 2024-09-01
66

77
### Added
88

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ wget https://raw.githubusercontent.com/malach-it/boruta-server/master/.env.dev
7777
Once done you will be able to launch the server.
7878

7979
```bash
80-
docker run -it --env-file .env.dev --network=host malachit/boruta-server:0.3.0
80+
docker run -it --env-file .env.dev --network=host malachit/boruta-server:0.4.0
8181
```
8282

8383
The applications will be available on different ports (depending on the values provided in `.env.dev`):

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ defmodule Boruta.Umbrella.MixProject do
33

44
def project do
55
[
6-
version: "0.3.0",
6+
version: "0.4.0",
77
apps_path: "apps",
88
start_permanent: Mix.env() == :prod,
99
deps: deps(),

scripts/setup.debian.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ apt-get -q install -y libssl-dev wget vim postgresql postgresql-client
1010

1111
echo '## install boruta'
1212
cd /opt
13-
wget -q https://github.com/malach-it/boruta-server/releases/download/0.3.0/boruta.tar.gz
13+
wget -q https://github.com/malach-it/boruta-server/releases/download/0.4.0/boruta.tar.gz
1414
tar xf boruta.tar.gz
1515

16-
wget -q -O /opt/boruta/.env.production https://raw.githubusercontent.com/malach-it/boruta-server/0.3.0/.env.example
16+
wget -q -O /opt/boruta/.env.production https://raw.githubusercontent.com/malach-it/boruta-server/0.4.0/.env.example
1717
vim /opt/boruta/.env.production
1818

1919
cat > /etc/systemd/system/boruta.service <<- EOF

0 commit comments

Comments
 (0)