Skip to content

Commit aacbf2b

Browse files
authored
build(*): bump version to 0.9.1 (#171)
1 parent d31c3f9 commit aacbf2b

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
NAME := ratus
2-
VERSION := 0.9.0
2+
VERSION := 0.9.1
33

44
DOCKER_HUB_NAMESPACE ?= hyperonym
55
DOCKER_HUB_IMAGE := $(DOCKER_HUB_NAMESPACE)/$(NAME):$(VERSION)

deployments/compose-memdb-basic/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: "3.9"
22
services:
33
ratus:
4-
image: hyperonym/ratus:0.9.0
4+
image: hyperonym/ratus:0.9.1
55
restart: unless-stopped
66
environment:
77
ENGINE: "memdb"

deployments/compose-memdb-metrics/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: "3.9"
22
services:
33
ratus:
4-
image: hyperonym/ratus:0.9.0
4+
image: hyperonym/ratus:0.9.1
55
restart: unless-stopped
66
environment:
77
ENGINE: "memdb"

deployments/compose-mongodb-basic/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ services:
77
- "27017:27017"
88

99
ratus:
10-
image: hyperonym/ratus:0.9.0
10+
image: hyperonym/ratus:0.9.1
1111
restart: unless-stopped
1212
depends_on:
1313
- mongo

deployments/compose-mongodb-metrics/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ services:
77
- "27017:27017"
88

99
ratus:
10-
image: hyperonym/ratus:0.9.0
10+
image: hyperonym/ratus:0.9.1
1111
restart: unless-stopped
1212
depends_on:
1313
- mongo

deployments/compose-mongodb-sharded/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ services:
4040
MONGODB_REPLICA_SET_NAME: "cfgreplicaset"
4141

4242
ratus:
43-
image: hyperonym/ratus:0.9.0
43+
image: hyperonym/ratus:0.9.1
4444
restart: unless-stopped
4545
depends_on:
4646
- mongodb-sharded

deployments/kubernetes-mongodb-basic/ratus.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ spec:
2929
app: ratus
3030
spec:
3131
containers:
32-
- image: hyperonym/ratus:0.9.0
32+
- image: hyperonym/ratus:0.9.1
3333
name: ratus
3434
env:
3535
- name: ENGINE

0 commit comments

Comments
 (0)